Redirect & catmario

This commit is contained in:
yuuki 2024-06-14 11:03:43 +00:00
parent 6d47c4c439
commit be85320121
3 changed files with 13 additions and 15 deletions

View file

@ -1,18 +1,17 @@
services:
catmario:
container_name: catmario
image: nginx:1.25.5
networks:
- default
- traefik
labels:
- traefik.enable=true
- traefik.http.routers.catmario.priority=1000
- traefik.http.routers.catmario.rule=Host(`catmario.yuuk1.uk`)
- traefik.http.routers.catmario.tls=true
- traefik.http.routers.catmario.tls.certResolver=letsencrypt
- traefik.http.routers.catmario.service=catmario-routing-service
- traefik.http.services.catmario-routing-service.loadbalancer.server.port=80
- traefik.http.routers.R6.rule=Host(`catmario.yuuk1.uk`)
- traefik.http.routers.R6.entryPoints=websecure
- traefik.http.routers.R6.tls=true
- traefik.http.routers.R6.tls.certResolver=letsencrypt
- traefik.http.routers.R6.service=S6
- traefik.http.services.S6.loadbalancer.server.port=80
volumes:
- ../../repo/catmario/docs:/usr/share/nginx/html

View file

@ -1,6 +1,5 @@
services:
litey:
container_name: litey
build:
context: ../../repo/litey
networks:

View file

@ -1,17 +1,17 @@
services:
twr:
container_name: twr
taiko-web-redirect:
image: arbarwings/docker-web-redirect:latest
networks:
- default
- traefik
labels:
- traefik.enable=true
- traefik.http.routers.twr.rule=Host(`taiko-web-is-4ever.yuuk1.tk`) || Host(`taiko-web-v2.yuuk1.tk`)
- traefik.http.routers.twr.tls=true
- traefik.http.routers.twr.tls.certResolver=letsencrypt
- traefik.http.routers.twr.service=twr-routing-service
- traefik.http.services.twr-routing-service.loadbalancer.server.port=80
- traefik.http.routers.R5.rule=Host(`taiko-web-is-4ever.yuuk1.tk`) || Host(`taiko-web-v2.yuuk1.tk`)
- traefik.http.routers.R5.entryPoints=websecure
- traefik.http.routers.R5.tls=true
- traefik.http.routers.R5.tls.certResolver=letsencrypt
- traefik.http.routers.R5.service=S5
- traefik.http.services.S5.loadbalancer.server.port=80
environment:
- REDIRECT_TARGET=taikoapp.uk