1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

cha2524222fvdfа

This commit is contained in:
MoonTestUse1
2024-12-24 04:34:25 +06:00
parent 3d945007dc
commit 853ed6da4f

View File

@@ -9,9 +9,6 @@ services:
restart: unless-stopped
ports:
- "80:80"
volumes:
- ./docker/nginx/conf.d:/etc/nginx/conf.d:ro
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
depends_on:
- backend
@@ -28,7 +25,7 @@ services:
- ./backend:/app
- sqlite_data:/app/instance
ports:
- "8080:8000" # Изменено с 8000:8000 на 8080:8000
- "8080:8000"
volumes:
sqlite_data: