Merge pull request 'updated nginx http port' (#8) from dev into main
Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
Reviewed-on: #8
This commit is contained in:
commit
23e386eeeb
@ -31,7 +31,7 @@ services:
|
||||
- ./certbot/conf:/etc/letsencrypt
|
||||
- ./certbot/www:/var/www/certbot
|
||||
ports:
|
||||
- ${NGINX_HTTP_PORT}:${MAIN_HTTP_PORT}
|
||||
- ${NGINX_HTTP_PORT}:${NGINX_HTTP_PORT}
|
||||
- ${NGINX_HTTPS_PORT}:443
|
||||
|
||||
certbot:
|
||||
|
Loading…
x
Reference in New Issue
Block a user