remove certbot service from docker-compose configuration

This commit is contained in:
2025-08-06 04:52:06 +03:00
parent 47081c0f11
commit 4f12d299b1
21 changed files with 0 additions and 173 deletions

View File

@ -41,17 +41,6 @@ services:
- proxy
labels:
- "traefik.enable=true"
certbot:
image: certbot/certbot:latest
volumes:
- type: bind
source: ./certbot/www
target: /var/www/certbot
read_only: false
- type: bind
source: ./certbot/conf
target: /etc/letsencrypt
read_only: false
volumes:
app_run:
driver: local