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

Merge remote changes and resolve conflicts

This commit is contained in:
MoonTestUse1
2024-12-25 04:43:00 +06:00
parent eeab7a9521
commit 68ce64f0d4
4 changed files with 23 additions and 32 deletions

View File

@@ -9,10 +9,9 @@ services:
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- certbot-etc:/etc/letsencrypt:ro
- webroot:/var/www/html
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./docker/nginx/conf.d:/etc/nginx/conf.d:ro
depends_on:
- backend
@@ -28,22 +27,8 @@ services:
volumes:
- ./backend:/app
- sqlite_data:/app/instance
expose:
- "8000"
certbot:
image: certbot/certbot
container_name: certbot
volumes:
- certbot-etc:/etc/letsencrypt
- certbot-var:/var/lib/letsencrypt
- webroot:/var/www/html
depends_on:
- frontend
command: certonly --webroot --webroot-path=/var/www/html --email admin@itformhelp.ru --agree-tos --no-eff-email --force-renewal --staging -d itformhelp.ru -d www.itformhelp.ru
ports:
- "8000:8000"
volumes:
sqlite_data:
certbot-etc:
certbot-var:
webroot:
sqlite_data: