added profilarr

This commit is contained in:
Silas Biendara
2025-11-10 08:57:02 +01:00
parent 291bed2ac7
commit a5627e4730

View File

@@ -145,13 +145,26 @@ services:
volumes: volumes:
- /mnt/appdata/notifiarr:/config - /mnt/appdata/notifiarr:/config
huntarr: # huntarr:
image: huntarr/huntarr:latest # image: huntarr/huntarr:latest
container_name: huntarr # container_name: huntarr
restart: always # restart: always
# ports:
# - "9705:9705"
# volumes:
# - /mnt/appdata/huntarr:/config
# environment:
# - TZ=Europe/Berlin
profilarr:
image: santiagosayshey/profilarr:latest # Use :beta for early access to new features
container_name: profilarr
ports: ports:
- "9705:9705" - PUID=1000
- PGID=1000
- 6868:6868
volumes: volumes:
- /mnt/appdata/huntarr:/config - /mnt/appdata/profilarr:/config # Replace with your actual path
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin # Set your timezone
restart: unless-stopped