clustered-fucks/compose-files/replicant/autoscan/docker-compose.yml

35 lines
760 B
YAML

services:
autoscan:
image: cloudb0x/autoscan:latest
container_name: autoscan
environment:
- PUID=1000
- PGID=1000
- TZ=America/Indiana/Indianapolis
volumes:
- ./config:/config
- /volume1/Media:/media:ro
- /volume1/Downloads:/downloads:ro
ports:
- "3030:3030"
restart: unless-stopped
networks:
- proxy
deploy:
resources:
limits:
memory: 512M
cpus: '1.0'
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3030/health"]
interval: 30s
timeout: 10s
start_period: 40s
retries: 3
labels:
- "autoheal=true"
- "com.centurylinklabs.watchtower.enable=true"
networks:
proxy:
external: true