From 445f691f7f8c2af3c5d3e37ffc5543217ebe6a78 Mon Sep 17 00:00:00 2001 From: aspasskiy Date: Sat, 20 Apr 2024 16:51:06 +0300 Subject: [PATCH] init --- deploy/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker-compose.yaml b/deploy/docker-compose.yaml index cc45b87..514af8c 100644 --- a/deploy/docker-compose.yaml +++ b/deploy/docker-compose.yaml @@ -54,7 +54,7 @@ services: - traefik.http.routers.gerald.entrypoints=websecure - traefik.http.routers.gerald.tls=true - traefik.http.routers.gerald.tls.certresolver=letsEncrypt - - traefik.http.routers.gerald.rule=Host(`api.2phon.com`) || Host(`2phon.oct-app.com`) + - traefik.http.routers.gerald.rule=Host(`api.2phon.com`) || Host(`gerald-srv.octagon-lab.com`) - traefik.http.services.gerald.loadbalancer.server.port=8080 - traefik.http.middlewares.gerald-ratelimit.ratelimit.average=5 - traefik.http.middlewares.gerald-ratelimit.ratelimit.burst=10