Remove variable defaults
These are not set whenever a merged compose file is used
This commit is contained in:
parent
60af3ba4f6
commit
6a46dc01e2
3 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue