Files
docker-compose-template/apps/torbox-manager/compose.yaml
T
2025-04-24 21:42:42 +01:00

17 lines
516 B
YAML

services:
torbox-manager:
image: charleeislegend/torbox-manager:latest
container_name: torbox-manager
expose:
- 3000
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.tbm.rule=Host(`${TORBOX_MANAGER_HOSTNAME?}`)"
- "traefik.http.routers.tbm.entrypoints=websecure"
- "traefik.http.routers.tbm.tls.certresolver=letsencrypt"
- "traefik.http.routers.tbm.middlewares=authelia@docker"
profiles:
- torbox-manager
- all