2026-04-25 18:36:00 +02:00
|
|
|
services:
|
|
|
|
|
arte-dl:
|
|
|
|
|
image: forge.dilain.com/laurent/arte-dl:latest
|
|
|
|
|
container_name: arte-dl
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
|
|
|
|
- "8085:8080"
|
|
|
|
|
volumes:
|
|
|
|
|
- /mnt/user/data/Arte:/data/Arte
|
|
|
|
|
- /mnt/user/appdata/arte-dl:/app/data
|
|
|
|
|
environment:
|
|
|
|
|
- TZ=Europe/Paris
|
2026-04-26 13:15:27 +02:00
|
|
|
- TMDB_API_KEY=${TMDB_API_KEY}
|