feat: Update Nginx configuration for Let's Encrypt integration and adjust volume mounts
This commit is contained in:
@@ -114,7 +114,8 @@ services:
|
||||
volumes:
|
||||
- ./nginx/nginx.prod.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- frontend_build:/usr/share/nginx/html:ro
|
||||
- ./nginx/ssl:/etc/nginx/ssl:ro
|
||||
- ./certbot/conf:/etc/letsencrypt:ro
|
||||
- ./certbot/www:/var/www/certbot:ro
|
||||
depends_on:
|
||||
- backend
|
||||
- frontend_build_step
|
||||
|
||||
Reference in New Issue
Block a user