fix: Mount certbot volumes into nginx container for SSL certificates
This commit is contained in:
@@ -125,6 +125,8 @@ services:
|
|||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx/nginx.dev.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./nginx/nginx.dev.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
|
- ./certbot/conf:/etc/letsencrypt:ro
|
||||||
|
- ./certbot/www:/var/www/certbot:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
- frontend
|
- frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user