mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
1d3d792e12
* feat: . * feat: delete old data folder * fix: rename zipline-db service to zipline_postgres in compose.yaml * fix: add zipline compose to include list * fix: add redis service for stremthru * docs: add instructions in .env files * feat: remove docker folder and place apps and data folder in root dir * fix: add empty tokens.json file for plex_authentication * fix: add aiostremio template config * docs: update README with Authelia authentication and clarify setup instructions * fix: update stremthru_redis volume path and profile name in compose.yaml
21 lines
461 B
YAML
21 lines
461 B
YAML
services:
|
|
byparr:
|
|
image: ghcr.io/thephaseless/byparr
|
|
container_name: byparr
|
|
restart: unless-stopped
|
|
environment:
|
|
- LOG_LEVEL=INFO
|
|
volumes:
|
|
- ${DOCKER_DATA_DIR}/byparr/screenshots:/app/screenshots
|
|
healthcheck:
|
|
test: curl -f http://localhost:8191/health
|
|
interval: 5m
|
|
timeout: 10s
|
|
retries: 3
|
|
start_period: 10s
|
|
profiles:
|
|
- byparr
|
|
- stremio
|
|
- debrid_media_server
|
|
- all
|