updating certbot service
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user