Skip to content

Commit a495df4

Browse files
committed
Remove dashboard prefix from deploy
1 parent 3f2f6b1 commit a495df4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ services:
155155

156156
- traefik.http.services.${STACK_NAME?Variable not set}-frontend.loadbalancer.server.port=80
157157

158-
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-http.rule=Host(`dashboard.${DOMAIN?Variable not set}`)
158+
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-http.rule=Host(`${DOMAIN?Variable not set}`)
159159
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-http.entrypoints=http
160160

161-
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-https.rule=Host(`dashboard.${DOMAIN?Variable not set}`)
161+
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-https.rule=Host(`${DOMAIN?Variable not set}`)
162162
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-https.entrypoints=https
163163
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-https.tls=true
164164
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-https.tls.certresolver=le

0 commit comments

Comments
 (0)