Docker Compose to include certbot

This commit is contained in:
2024-07-17 12:59:15 +02:00
parent 910af39d6d
commit ae3745f4af

View File

@@ -59,16 +59,16 @@ services:
depends_on: depends_on:
- api - api
# certbot: certbot:
# image: certbot/certbot image: certbot/certbot
# container_name: certbot container_name: certbot
# volumes: volumes:
# - certbotConf:/etc/letsencrypt - certbotConf:/etc/letsencrypt
# - certbotChall:/var/www/certbot - certbotChall:/var/www/certbot
# #command: certonly --test-cert --webroot -w /var/www/certbot --force-renewal --email yasienmeth@gmail.com -d mzansi-innovation-hub.co.za -d www.mzansi-innovation-hub.co.za --agree-tos #command: certonly --test-cert --webroot -w /var/www/certbot --force-renewal --email yasienmeth@gmail.com -d mzansi-innovation-hub.co.za -d www.mzansi-innovation-hub.co.za --agree-tos
# command: certonly --webroot -w /var/www/certbot --force-renewal --email yasienmeth@gmail.com -d mzansi-innovation-hub.co.za -d www.mzansi-innovation-hub.co.za --agree-tos command: certonly --webroot -w /var/www/certbot --force-renewal --email yasienmeth@gmail.com -d mzansi-innovation-hub.co.za -d www.mzansi-innovation-hub.co.za --agree-tos
# depends_on: depends_on:
# - nginx - nginx
minio: minio:
container_name: MIH-Minio container_name: MIH-Minio