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
- ./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: