1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2024-12-26 01:46:57 +06:00
parent fdca1ce536
commit fd51963eb6
3 changed files with 17 additions and 17 deletions

View File

@@ -6,11 +6,10 @@ services:
context: .
dockerfile: docker/frontend/Dockerfile
container_name: support-frontend
restart: unless-stopped
volumes:
- frontend_build:/app/dist
networks:
- app-network
depends_on:
- backend
backend:
build:
@@ -21,7 +20,7 @@ services:
- TELEGRAM_BOT_TOKEN=7677506032:AAHEqNUr1lIUfNVbLwaWIaPeKKShsCyz3eo
- TELEGRAM_CHAT_ID=-1002037023574
ports:
- "8000:8000" # Добавляем это
- "8000:8000"
volumes:
- ./backend:/app
- sqlite_data:/app/instance
@@ -36,6 +35,8 @@ services:
restart: unless-stopped
ports:
- "80:80"
volumes:
- frontend_build:/usr/share/nginx/html
networks:
- app-network
depends_on:
@@ -47,4 +48,5 @@ networks:
driver: bridge
volumes:
sqlite_data:
sqlite_data:
frontend_build: