Update profilarr service configuration in compose.yaml for improved setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user