Is your feature request related to a problem? Please describe.
I have to log into our production host to manually renew Let’s Encrypt certificates via Certbot, and our docker-compose.yml is still on v2 syntax.
Describe the feature you are requesting, as well as the possible use case(s) for it.
- Automate Certbot Renewal
- Update docker-compose.yml
Indicate the importance of this feature to you.
Must-have
Anything else?
Without automated renewal, we risk service outages when certificates expire. Updated Compose config will prevent conflicts.