services: ersatztv: image: ghcr.io/ersatztv/ersatztv container_name: ersatztv environment: - TZ=America/New_York volumes: - /home/fejy/docker/ersatztv/config:/config # Required: media directories - Where your media files are stored. Use :ro at the end of the path to limit container to Read-Only - /mnt/LUXURIA/Share/Videos:/mnt/LUXURIA/Share/Videos:ro - /mnt/AVARITIA/Share/Videos:/mnt/AVARITIA/Share/Videos:ro # tmpfs is optional but recommended: Limits writing to SSD/disk by using RAM for transcode files. Comment out to disable tmpfs: - /transcode restart: unless-stopped labels: - "traefik.enable=true" - "traefik.http.routers.tv.entrypoints=web" - "traefik.http.routers.tv.rule=Host(`tv.nearfuture`)" networks: - proxy networks: proxy: external: true