modified: README.md
modified: docker-compose.yaml renamed: certbot/Dockerfile -> serv_certbot/certbot/Dockerfile renamed: certbot/config/certbot.ini -> serv_certbot/certbot/config/certbot.ini renamed: certbot/scripts/checkRenewCerts.sh -> serv_certbot/certbot/scripts/checkRenewCerts.sh renamed: certbot/scripts/crontab.txt -> serv_certbot/certbot/scripts/crontab.txt renamed: certbot/scripts/init-certbot.sh -> serv_certbot/certbot/scripts/init-certbot.sh renamed: certbot/scripts/renewEasysite102.sh -> serv_certbot/certbot/scripts/renewEasysite102.sh renamed: certbot/scripts/renewValitovGazizCert.sh -> serv_certbot/certbot/scripts/renewValitovGazizCert.sh renamed: certbot/scripts/renewYalarbaCert.sh -> serv_certbot/certbot/scripts/renewYalarbaCert.sh new file: serv_certbot/docker-compose.yml divite certbot service
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
1. DB, rest api *
|
1. DB, rest api *
|
||||||
2. Migrator *
|
2. Migrator *
|
||||||
3. spa
|
3. spa *
|
||||||
4. Nginx
|
4. Certbot
|
||||||
5. Certbot
|
5. nginx
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
build:
|
||||||
context: ./nginx
|
context: ./nginx
|
||||||
@@ -28,23 +21,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
certbot:
|
|
||||||
build:
|
|
||||||
context: ./certbot
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: certbot
|
|
||||||
volumes:
|
|
||||||
- ./certbot/config:/etc/letsencrypt/config
|
|
||||||
- certbot_data:/etc/letsencrypt
|
|
||||||
- certbot_www:/var/www/certbot
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
|
||||||
- EMAIL=valitovgaziz@yandex.ru
|
|
||||||
- DOMAINS=${ALL_DOMAINS}
|
|
||||||
- STAGING=0
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
# keycloak:
|
# keycloak:
|
||||||
# build:
|
# build:
|
||||||
# context: ./keycloak
|
# context: ./keycloak
|
||||||
@@ -84,8 +60,6 @@ services:
|
|||||||
# - internal
|
# - internal
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
certbot_data:
|
|
||||||
certbot_www:
|
|
||||||
keycloak-postgres:
|
keycloak-postgres:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
services:
|
||||||
|
certbot:
|
||||||
|
build:
|
||||||
|
context: ./certbot
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
container_name: certbot
|
||||||
|
volumes:
|
||||||
|
- ./certbot/config:/etc/letsencrypt/config
|
||||||
|
- certbot_data:/etc/letsencrypt
|
||||||
|
- certbot_www:/var/www/certbot
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
- EMAIL=${EMAIL}
|
||||||
|
- DOMAINS=${ALL_DOMAINS}
|
||||||
|
- STAGING=0
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
certbot_data:
|
||||||
|
certbot_www:
|
||||||
Reference in New Issue
Block a user