feat: add Gitea Docker Compose configuration

This commit is contained in:
Drew Davis
2026-01-03 17:40:52 -05:00
parent 992540360c
commit e94e45b3c6

View File

@@ -11,9 +11,10 @@ services:
- GITEA__database__PASSWD=check-password-in-keeper
# SSH configuration
- GITEA__server__START_SSH_SERVER=true
- GITEA__server__SSH_DOMAIN=ssh.git.davisdre.com
- GITEA__server__SSH_DOMAIN=git-ssh.davisdre.com
- GITEA__server__SSH_PORT=22
- GITEA__server__SSH_LISTEN_PORT=22
- GITEA__server__SSH_LISTEN_PORT=2222
- GITEA__server__ROOT_URL=https://git.davisdre.com/
networks:
- db_network
- web_gateway