mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
1:51
This commit is contained in:
@@ -23,9 +23,10 @@ services:
|
|||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend:/app
|
- ./backend:/app
|
||||||
- sqlite_data:/app/instance
|
- ./sql_app.db:/app/sql_app.db:rw # Изменяем путь к базе данных
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
build:
|
||||||
@@ -48,5 +49,4 @@ networks:
|
|||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
sqlite_data:
|
|
||||||
frontend_build:
|
frontend_build:
|
||||||
Reference in New Issue
Block a user