Files

24 lines
497 B
YAML
Raw Permalink Normal View History

version: '3'
services:
2025-05-10 17:59:50 +02:00
tuliprox:
container_name: tuliprox
image: ghcr.io/euzu/tuliprox:latest
2025-04-22 00:07:42 +02:00
working_dir: /app
volumes:
2025-04-18 16:12:38 +02:00
- ./data:/app/data
- ./config:/app/config
- ./backup:/app/backup
- ./downloads:/app/downloads
2023-10-25 20:38:43 +02:00
environment:
- TZ=Europe/Paris
# - TULIPROX_ENV_FILE=/path/to/.env
# env_file:
# - .env
ports:
- "8901:8901"
restart: unless-stopped
ulimits:
nofile:
soft: 65535
hard: 65535