infrastructure/ansible/roles/pve_docker/files/whoami/docker-compose.yml
Jake Howard 37b8c48a77
All checks were successful
/ terraform (push) Successful in 1m24s
/ ansible (push) Successful in 2m47s
Remove legacy short domains
I never used them, and the certificate renewal didn't work anyway.
2023-10-02 09:37:05 +01:00

17 lines
297 B
YAML

version: "2.3"
services:
whoami:
image: traefik/whoami:latest
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.whoami.rule=Host(`whoami.theorangeone.net`)
networks:
- default
- traefik
networks:
traefik:
external: true