mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
2876629981
Co-authored-by: Viren070 <viren070@protonmail.com>
17 lines
516 B
YAML
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
|