diff --git a/komodo/arr/arrs/compose.yaml b/komodo/arr/arrs/compose.yaml index b27b93a..dfcc075 100644 --- a/komodo/arr/arrs/compose.yaml +++ b/komodo/arr/arrs/compose.yaml @@ -137,15 +137,31 @@ services: restart: unless-stopped profilarr: - image: santiagosayshey/profilarr:latest # Use :beta for early access to new features + image: ghcr.io/dictionarry-hub/profilarr:latest container_name: profilarr - ports: - - 6868:6868 - volumes: - - /path/to/your/data:/config # Replace with your actual path - environment: - - TZ=UTC # Set your timezone restart: unless-stopped + ports: + - "6868:6868" + volumes: + - ${CONFIG_PATH}/profilarr:/config + environment: + - PUID=${PUID} + - PGID=${PGID} + - UMASK=022 + - TZ=Canada/Eastern + - PARSER_HOST=parser + - PARSER_PORT=5000 + depends_on: + parser: + condition: service_healthy + + # Optional - only needed for CF/QP testing + parser: + image: ghcr.io/dictionarry-hub/profilarr-parser:latest + container_name: profilarr-parser + restart: unless-stopped + expose: + - "5000" flaresolverr: image: ghcr.io/flaresolverr/flaresolverr:latest