Add adguardhome-sync
This commit is contained in:
22
.archived/adguardhome-sync/docker-compose.yml
Normal file
22
.archived/adguardhome-sync/docker-compose.yml
Normal file
@@ -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
|
Reference in New Issue
Block a user