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 - ./.env:/app/.env
- ./files:/app/files - ./files:/app/files
networks: networks:
- network # - network
- dev - dev
front: front:
@ -32,7 +32,7 @@ services:
back: back:
condition: service_healthy condition: service_healthy
networks: networks:
- network # - network
- dev - dev
nginx: nginx:
@ -51,7 +51,7 @@ services:
- ./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:
- network # - network
- dev - dev
networks: networks: