change gitlab port to 443 to support ssl

This commit is contained in:
Penelope Gwen 2024-04-17 10:19:04 -06:00
parent 318625a04e
commit f8f8732e38

View file

@ -61,7 +61,7 @@ services:
- SSL_SELF_SIGNED=false
- GITLAB_HOST=${GL_HOST}
- GITLAB_PORT=80
- GITLAB_PORT=443
- GITLAB_SSH_PORT=10022
- GITLAB_SECRETS_DB_KEY_BASE=${GL_DB_KEY}
- GITLAB_SECRETS_SECRET_KEY_BASE=${GL_SECRETS_KEY}