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

change docker555

This commit is contained in:
MoonTestUse1
2024-12-24 00:18:28 +06:00
parent 8e0994ba3c
commit 2823b35753
3 changed files with 18 additions and 8 deletions

View File

@@ -7,8 +7,6 @@ services:
dockerfile: docker/frontend/Dockerfile
container_name: support-frontend
restart: unless-stopped
ports:
- "80:80"
depends_on:
- backend
@@ -23,8 +21,21 @@ services:
- TELEGRAM_CHAT_ID=-1002037023574
volumes:
- sqlite_data:/app/instance
nginx:
image: nginx:alpine
container_name: support-nginx
restart: unless-stopped
ports:
- "8000:8000"
- "80:80"
volumes:
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./docker/nginx/conf.d:/etc/nginx/conf.d:ro
- frontend_build:/usr/share/nginx/html
depends_on:
- frontend
- backend
volumes:
sqlite_data:
frontend_build: