port default
This commit is contained in:
parent
ad36e16f93
commit
85875778ae
|
@ -40,7 +40,7 @@ services:
|
||||||
container_name: toinv-nginx
|
container_name: toinv-nginx
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:80"
|
- "${WEB_PORT:-80}:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
back:
|
back:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -48,7 +48,6 @@ services:
|
||||||
- back:back
|
- back:back
|
||||||
- front:front
|
- front:front
|
||||||
volumes:
|
volumes:
|
||||||
- ./env/docker.env:/app/.env
|
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ./nginx/conf.d:/etc/nginx/conf.d
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue