do env variables correctly

This commit is contained in:
Isaac Shoebottom 2025-03-11 15:52:35 -03:00
parent 837c9a04fb
commit 7f50bdee1f

View File

@ -4,9 +4,10 @@ services:
container_name: gitea container_name: gitea
restart: unless-stopped restart: unless-stopped
environment: environment:
- START_SSH_SERVER=true - GITEA__server__DISABLE_SSH=false
- BUILTIN_SSH_SERVER_USER=git - GITEA__server__START_SSH_SERVER=true
- SSH_DOMAIN=git.shoebottom.ca - GITEA__server__BUILTIN_SSH_SERVER_USER=git
- GITEA__server__SSH_DOMAIN=git.shoebottom.ca
volumes: volumes:
- /docker/appdata/gitea/data:/data - /docker/appdata/gitea/data:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro