From e1ecdd29155e2aa3f6ff949750e840d572c174fb Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Thu, 17 Jul 2025 12:32:24 +0530 Subject: [PATCH] Add adguardhome-sync --- .archived/adguardhome-sync/docker-compose.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .archived/adguardhome-sync/docker-compose.yml diff --git a/.archived/adguardhome-sync/docker-compose.yml b/.archived/adguardhome-sync/docker-compose.yml new file mode 100644 index 0000000..b910924 --- /dev/null +++ b/.archived/adguardhome-sync/docker-compose.yml @@ -0,0 +1,22 @@ +# Docker Compose configuration for AdGuardHome Sync service + +services: + adguardhome-sync: + # Basic container configuration + container_name: adguardhome-sync + image: docker.io/linuxserver/adguardhome-sync:0.7.6 + restart: unless-stopped + + # Environment configuration + environment: + - PUID=${PUID} # User ID for the container + - PGID=${PGID} # Group ID for the container + - TZ=${TZ} # Timezone + + # Persistent storage configuration + volumes: + - ${CONFIG_PATH}:/config # Maps host config directory to container + + # Network port configuration + ports: + - ${PORT}:8080 # Web interface port