mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
change docker
This commit is contained in:
@@ -7,6 +7,11 @@ services:
|
||||
dockerfile: ../docker/frontend/Dockerfile
|
||||
container_name: support-frontend
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
- /app/node_modules
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
backend:
|
||||
build:
|
||||
@@ -18,6 +23,7 @@ services:
|
||||
- TELEGRAM_BOT_TOKEN=7677506032:AAHEqNUr1lIUfNVbLwaWIaPeKKShsCyz3eo
|
||||
- TELEGRAM_CHAT_ID=-1002037023574
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- sqlite_data:/app/instance
|
||||
|
||||
nginx:
|
||||
@@ -29,6 +35,7 @@ services:
|
||||
volumes:
|
||||
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./docker/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- ./frontend/dist:/usr/share/nginx/html:ro
|
||||
depends_on:
|
||||
- frontend
|
||||
- backend
|
||||
|
Reference in New Issue
Block a user