mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
cha2524222fvdfа
This commit is contained in:
@@ -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:
|
Reference in New Issue
Block a user