Remove variable defaults

These are not set whenever a merged compose file is used
This commit is contained in:
Sonny Bakker 2023-06-27 10:11:07 +02:00
parent 60af3ba4f6
commit 6a46dc01e2
3 changed files with 9 additions and 8 deletions

View file

@ -9,6 +9,9 @@ services:
depends_on:
django:
condition: service_healthy
ports:
- "${NGINX_HTTP_PORT:-80}:80"
- "${NGINX_HTTPS_PORT:-443}:443"
volumes:
- ./config/nginx/conf.d:/etc/nginx/conf.d
- logs:/var/log/nginx