fix taiko
This commit is contained in:
parent
a6db41ce78
commit
6edf35d31a
1 changed files with 6 additions and 5 deletions
|
@ -27,11 +27,12 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.r3.rule=Host(`taikoapp.uk`)
|
- traefik.http.routers.R3.rule=Host(`taikoapp.uk`)
|
||||||
- traefik.http.routers.r3.tls=true
|
- traefik.http.routers.R3.entryPoints=websecure
|
||||||
- traefik.http.routers.r3.tls.certResolver=letsencrypt
|
- traefik.http.routers.R3.tls=true
|
||||||
- traefik.http.routers.r3.service=s3
|
- traefik.http.routers.R3.tls.certResolver=letsencrypt
|
||||||
- traefik.http.services.s3.loadbalancer.server.port=8000
|
- traefik.http.routers.R3.service=S3
|
||||||
|
- traefik.http.services.S3.loadbalancer.server.port=8000
|
||||||
environment:
|
environment:
|
||||||
- TAIKO_WEB_MONGO_HOST=taiko-web-mongo
|
- TAIKO_WEB_MONGO_HOST=taiko-web-mongo
|
||||||
- TAIKO_WEB_REDIS_HOST=taiko-web-redis
|
- TAIKO_WEB_REDIS_HOST=taiko-web-redis
|
||||||
|
|
Loading…
Add table
Reference in a new issue