From a5627e4730b95906dec06722947b34085c762946 Mon Sep 17 00:00:00 2001 From: Silas Biendara Date: Mon, 10 Nov 2025 08:57:02 +0100 Subject: [PATCH] added profilarr --- arr-stack/compose.yaml | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/arr-stack/compose.yaml b/arr-stack/compose.yaml index 082b2ed..3b066e8 100644 --- a/arr-stack/compose.yaml +++ b/arr-stack/compose.yaml @@ -145,13 +145,26 @@ services: volumes: - /mnt/appdata/notifiarr:/config - huntarr: - image: huntarr/huntarr:latest - container_name: huntarr - restart: always - ports: - - "9705:9705" - volumes: - - /mnt/appdata/huntarr:/config - environment: - - TZ=Europe/Berlin \ No newline at end of file + # huntarr: + # image: huntarr/huntarr:latest + # container_name: huntarr + # 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: + - PUID=1000 + - PGID=1000 + - 6868:6868 + volumes: + - /mnt/appdata/profilarr:/config # Replace with your actual path + environment: + - TZ=Europe/Berlin # Set your timezone + restart: unless-stopped \ No newline at end of file