From e94e45b3c6b5339ad8406b7d4b0a0792ad42ccf2 Mon Sep 17 00:00:00 2001 From: Drew Davis Date: Sat, 3 Jan 2026 17:40:52 -0500 Subject: [PATCH] feat: add Gitea Docker Compose configuration --- apps/gitea/compose.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/gitea/compose.yaml b/apps/gitea/compose.yaml index 52f9fa9..d13a06f 100644 --- a/apps/gitea/compose.yaml +++ b/apps/gitea/compose.yaml @@ -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 @@ -22,4 +23,4 @@ networks: db_network: external: true web_gateway: - external: true \ No newline at end of file + external: true