17 lines
510 B
YAML
17 lines
510 B
YAML
services:
|
|
whoami:
|
|
image: traefik/whoami:latest
|
|
restart: unless-stopped
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.routers.whoami.rule=Host(`whoami.theorangeone.net`) || Host(`whoami-cdn.theorangeone.net`) || Host(`who.0rng.one`)
|
|
|
|
- traefik.http.routers.whoami-private.rule=Host(`whoami-private.theorangeone.net`)
|
|
- traefik.http.routers.whoami-private.middlewares=tailscale-only@file
|
|
networks:
|
|
- default
|
|
- traefik
|
|
|
|
networks:
|
|
traefik:
|
|
external: true
|