infrastructure/ansible/roles/pve_docker/files/whoami/docker-compose.yml

20 lines
502 B
YAML
Raw Normal View History

2020-03-08 18:12:12 +00:00
version: "2.3"
2020-01-30 13:20:31 +00:00
services:
whoami:
2020-10-22 19:07:33 +01:00
image: traefik/whoami:latest
2020-01-30 13:20:31 +00:00
restart: unless-stopped
labels:
2020-06-18 20:49:12 +01:00
- traefik.enable=true
2024-02-21 21:42:16 +00:00
- traefik.http.routers.whoami.rule=Host(`whoami.theorangeone.net`) || Host(`whoami-cdn.theorangeone.net`)
- 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