This commit is contained in:
Joao P Dubas 2025-03-30 14:16:34 +01:00 committed by GitHub
commit 9f51c0b58c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -4,9 +4,13 @@ services:
server:
image: gitea/gitea:1.21.4
container_name: gitea
ports:
- "222:22"
environment:
- USER_UID=1000
- USER_GID=1000
- SSH_PORT=222
- SSH_LISTEN_PORT=22
- GITEA__database__DB_TYPE=postgres
- GITEA__database__HOST=db:5432
- GITEA__database__NAME=gitea