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:
@@ -1,3 +1,5 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
@@ -9,8 +11,7 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- certbot-etc:/etc/letsencrypt
|
||||
- certbot-var:/var/lib/letsencrypt
|
||||
- certbot-etc:/etc/letsencrypt:ro
|
||||
- webroot:/var/www/html
|
||||
depends_on:
|
||||
- backend
|
||||
@@ -39,7 +40,7 @@ services:
|
||||
- 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 -d itformhelp.ru -d www.itformhelp.ru
|
||||
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
|
||||
|
||||
volumes:
|
||||
sqlite_data:
|
||||
|
Reference in New Issue
Block a user