Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 15s
All checks were successful
Build and Push / build-all (push) Successful in 15s
This commit is contained in:
parent
1220c5101d
commit
38ecb718e7
8 changed files with 92 additions and 31 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue