diff --git a/servers/production/devops/compose.yaml b/servers/production/devops/compose.yaml index bd09910..c227241 100644 --- a/servers/production/devops/compose.yaml +++ b/servers/production/devops/compose.yaml @@ -15,6 +15,10 @@ services: - GITEA__database__USER=gitea - GITEA__database__PASSWD=gitea - GITEA__SERVICE__DISABLE_REGISTRATION=true + - GITEA__server__SSH_PORT=2222 + - GITEA__server__SSH_LISTEN_PORT=22 + - GITEA__server__SSH_DOMAIN=git.hashdot.co + - GITEA__server__DOMAIN=git.hashdot.co restart: always networks: - gitea @@ -24,7 +28,7 @@ services: - /etc/localtime:/etc/localtime:ro ports: - "3000:3000" - - "222:22" + - "2222:22" depends_on: - gitea-db