commenting network "nrtwork" in docker-compose.yml

This commit is contained in:
bgp 2024-06-26 15:17:26 +03:00
parent 9ba216c94c
commit bb0620c389
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ services:
- ./.env:/app/.env
- ./files:/app/files
networks:
- network
# - network
- dev
front:
@ -32,7 +32,7 @@ services:
back:
condition: service_healthy
networks:
- network
# - network
- dev
nginx:
@ -51,7 +51,7 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/conf.d:/etc/nginx/conf.d
networks:
- network
# - network
- dev
networks: