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

починка уведомлени в тг22

This commit is contained in:
MoonTestUse1
2025-01-04 05:20:56 +06:00
parent 4634262b91
commit cb9a10e36c
9 changed files with 285 additions and 48 deletions

View File

@@ -1,13 +1,27 @@
version: '3.8'
services:
nginx:
build:
context: .
dockerfile: docker/nginx/Dockerfile
ports:
- "80:80"
- "443:443"
volumes:
- ./docker/nginx:/etc/nginx/conf.d
- ./letsencrypt:/etc/letsencrypt
- ./certbot-www:/var/www/certbot
depends_on:
- frontend
- backend
restart: always
frontend:
container_name: support-frontend
build:
context: .
dockerfile: docker/frontend/Dockerfile
ports:
- "80:80"
volumes:
- ./frontend:/app
depends_on: