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