Migrated from Nextcloud-AIO to standard nextcloud.

This commit is contained in:
Raphaël Numbus
2026-02-16 14:09:41 +01:00
parent 1d820d4f87
commit c6ce0be03e
7 changed files with 202 additions and 58 deletions
+4 -2
View File
@@ -3,7 +3,6 @@
let
container_name = "pi-hole";
compose_file = "podman/pi-hole/compose.yaml";
config_dir = "/mnt/config/pi-hole";
in
{
@@ -43,7 +42,7 @@ in
FTLCONF_ntp_ipv6_active: "false"
FTLCONF_ntp_sync_active: "false"
volumes:
- ${config_dir}:/etc/pihole
- pi-hole_data:/etc/pihole
cap_add:
- SYS_NICE
labels:
@@ -57,6 +56,9 @@ in
- traefik.http.routers.pihole-https.tls.certresolver=cloudflare
restart: unless-stopped
volumes:
pi-hole_data:
networks:
pi-hole_frontend:
external: true