fix taiko

This commit is contained in:
yuuki 2024-06-14 10:52:05 +00:00
parent a6db41ce78
commit 6edf35d31a

View file

@ -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