updating certbot service

This commit is contained in:
2023-07-09 22:56:43 +01:00
parent 3d5de76f8d
commit 337f17460d
4 changed files with 50 additions and 1 deletions

View File

@@ -129,6 +129,23 @@ services:
depends_on:
- db
pihole:
<<: *logging
image: pihole/pihole:latest
ports:
- "53:53/tcp"
- "53:53/udp"
environment:
TZ: "Europe/London"
WEBPASSWORD: ${PIHOLE_PASSWORD}
VIRTUAL_HOST: net.${DOMAIN}
volumes:
- "/docker/pihole/etc-pihole:/etc/pihole"
- "/docker/pihole/etc-dnsmasq.d:/etc/dnsmasq.d"
restart: unless-stopped
networks:
- nginx
jitsi:
<<: *logging
image: jitsi/web:stable
@@ -510,6 +527,8 @@ services:
- nextcloud
- gitea
- collabora
- pihole
- foundry
ports:
- 443:443
networks: