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