mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor traefik.yml to remove unused services and update routing rules for chat and bot subdomains
This commit is contained in:
@@ -31,9 +31,6 @@ services:
|
|||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=traefik-public
|
- traefik.docker.network=traefik-public
|
||||||
- traefik.constraint-label=traefik-public
|
- traefik.constraint-label=traefik-public
|
||||||
- traefik.http.routers.portainer-http.rule=Host(`port.${DOMAIN?Variable not set}`)
|
|
||||||
- traefik.http.routers.portainer-http.entrypoints=http
|
|
||||||
- traefik.http.routers.portainer-http.middlewares=https-redirect
|
|
||||||
- traefik.http.routers.portainer-https.rule=Host(`port.${DOMAIN?Variable not set}`)
|
- traefik.http.routers.portainer-https.rule=Host(`port.${DOMAIN?Variable not set}`)
|
||||||
- traefik.http.routers.portainer-https.entrypoints=https
|
- traefik.http.routers.portainer-https.entrypoints=https
|
||||||
- traefik.http.routers.portainer-https.tls=true
|
- traefik.http.routers.portainer-https.tls=true
|
||||||
|
|||||||
Reference in New Issue
Block a user