mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit for develop branch2
This commit is contained in:
@@ -24,7 +24,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./backend:/app
|
- ./backend:/app
|
||||||
- ./sql_app.db:/app/sql_app.db:rw
|
- ./sql_app.db:/app/sql_app.db:rw
|
||||||
- ./logs:/app/logs:rw
|
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -37,7 +36,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443" # Добавляем порт для HTTPS
|
||||||
volumes:
|
volumes:
|
||||||
- frontend_build:/usr/share/nginx/html
|
- frontend_build:/usr/share/nginx/html
|
||||||
- ./docker/nginx/conf.d:/etc/nginx/conf.d
|
- ./docker/nginx/conf.d:/etc/nginx/conf.d
|
||||||
|
|||||||
Reference in New Issue
Block a user