Cambios servicio nginx
This commit is contained in:
parent
45c7f915b9
commit
6ff33f6ccb
@ -8,6 +8,7 @@ services:
|
|||||||
- app_storage:/var/www/holos.backend/storage
|
- app_storage:/var/www/holos.backend/storage
|
||||||
networks:
|
networks:
|
||||||
- holos-network
|
- holos-network
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@ -19,9 +20,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${NGINX_PORT}:80"
|
- "${NGINX_PORT}:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
- .:/var/www/holos.backend
|
||||||
- ./Docker/nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./Docker/nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
networks:
|
networks:
|
||||||
- holos-network
|
- holos-network
|
||||||
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- holos-backend
|
- holos-backend
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user