bx-865-apps #1

Merged
ksenia_mikhailova merged 140 commits from bx-865-apps into main 2024-06-27 15:03:27 +03:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit bb0620c389 - Show all commits

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: