feat: add volume for certs

This commit is contained in:
Strix 2023-10-20 02:57:39 +02:00
parent b6c6409cb6
commit 54ab9f93a7
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -8,6 +8,9 @@ services:
environment: environment:
CERTBOT_EMAIL: "webmaster@ixvd.net" CERTBOT_EMAIL: "webmaster@ixvd.net"
CERTBOT_DOMAINS: "localhost" CERTBOT_DOMAINS: "localhost"
volumes:
- /srv/certbot/data:/etc/letsencrypt
- /srv/certbot/other/www:/var/www/certbot
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443