Merge remote-tracking branch 'gitea/main'
This commit is contained in:
commit
f5df44b7a5
|
|
@ -7,7 +7,13 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.rfunds.rule=Host(`rfunds.online`) || Host(`www.rfunds.online`)"
|
- "traefik.http.routers.rfunds.rule=Host(`rfunds.online`) || Host(`www.rfunds.online`)"
|
||||||
|
- "traefik.http.routers.rfunds.priority=120"
|
||||||
- "traefik.http.services.rfunds.loadbalancer.server.port=3000"
|
- "traefik.http.services.rfunds.loadbalancer.server.port=3000"
|
||||||
|
# Wildcard router: any space subdomain routes to this app
|
||||||
|
- "traefik.http.routers.rfunds-spaces.rule=HostRegexp(`{space:[a-z0-9-]+}.rfunds.online`)"
|
||||||
|
- "traefik.http.routers.rfunds-spaces.priority=100"
|
||||||
|
- "traefik.http.routers.rfunds-spaces.entrypoints=web"
|
||||||
|
- "traefik.http.routers.rfunds-spaces.service=rfunds"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3000/"]
|
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3000/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue