Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 15s

This commit is contained in:
doomtube 2026-01-06 03:46:28 -05:00
parent 1220c5101d
commit 38ecb718e7
8 changed files with 92 additions and 31 deletions

View file

@ -182,7 +182,7 @@ services:
JWT_SECRET: ${JWT_SECRET}
volumes:
- uploads:/app/uploads:ro
- letsencrypt_data:/etc/letsencrypt:ro
- /etc/letsencrypt:/etc/letsencrypt:ro
- certbot_webroot:/var/www/certbot:ro
networks:
- frontend
@ -203,7 +203,7 @@ services:
image: certbot/certbot:latest
restart: unless-stopped
volumes:
- letsencrypt_data:/etc/letsencrypt
- /etc/letsencrypt:/etc/letsencrypt
- certbot_webroot:/var/www/certbot
entrypoint: ["/bin/sh", "-c"]
command:
@ -227,5 +227,4 @@ volumes:
redis_data:
ome_logs:
uploads:
letsencrypt_data:
certbot_webroot: