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