Remove legacy short domains

I never used them, and the certificate renewal didn't work anyway.
This commit is contained in:
Jake Howard
2023-10-02 09:37:05 +01:00
parent 54c88d4253
commit 37b8c48a77
4 changed files with 1 additions and 39 deletions

View File

@ -26,9 +26,6 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.img.rule=Host(`img.theorangeone.net`)
- traefik.http.routers.0rng-img.tls.certresolver=gandi
- traefik.http.routers.0rng-img.rule=Host(`img.0rng.one`)
networks:
- default
- traefik
@ -42,7 +39,7 @@ services:
- PUID={{ docker_user.id }}
labels:
- traefik.enable=true
- traefik.http.routers.dl.rule=Host(`dl.theorangeone.net`) || Host(`dl.0rng.one`)
- traefik.http.routers.dl.rule=Host(`dl.theorangeone.net`)
networks:
- default
- traefik