From 80575054429e07c221f1453104dd0ad29e33291c Mon Sep 17 00:00:00 2001 From: Albert Le Batteux Date: Wed, 8 May 2024 16:19:36 +0100 Subject: [PATCH] chore: update portal-loop configurations urls (#2039)
Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- misc/loop/docker-compose.production.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/loop/docker-compose.production.yml b/misc/loop/docker-compose.production.yml index 189f7417405..f04b477c5b3 100644 --- a/misc/loop/docker-compose.production.yml +++ b/misc/loop/docker-compose.production.yml @@ -51,7 +51,7 @@ services: - gnoweb - --bind=0.0.0.0:8888 - --remote=traefik:26657 - - --faucet-url=https://faucet-api.portal.gnoteam.com + - --faucet-url=https://faucet-api.portal.gno.land - --captcha-site=$CAPTCHA_SITE_KEY - --with-analytics - --help-chainid=portal-loop @@ -62,7 +62,7 @@ services: com.centurylinklabs.watchtower.enable: "true" traefik.enable: "true" traefik.http.routers.gnoweb.entrypoints: "web,websecure" - traefik.http.routers.gnoweb.rule: "Host(`gno.land`) || Host(`portal.gnoteam.com`)" + traefik.http.routers.gnoweb.rule: "Host(`gno.land`)" traefik.http.routers.gnoweb.tls: "true" traefik.http.routers.gnoweb.tls.certresolver: "le" @@ -87,15 +87,14 @@ services: com.centurylinklabs.watchtower.enable: "true" traefik.enable: "true" traefik.http.routers.gnofaucet-api.entrypoints: "websecure" - traefik.http.routers.gnofaucet-api.rule: "Host(`faucet-api.gno.land`) || Host(`faucet-api.portal.gnoteam.com`)" + traefik.http.routers.gnofaucet-api.rule: "Host(`faucet-api.gno.land`)" traefik.http.routers.gnofaucet-api.tls: "true" traefik.http.routers.gnofaucet-api.tls.certresolver: "le" traefik.http.middlewares.gnofaucet-ratelimit.ratelimit.average: "6" traefik.http.middlewares.gnofaucet-ratelimit.ratelimit.period: "1m" portalloopd: - # image: ghcr.io/gnolang/gno/portalloopd - image: ghcr.io/albttx/gno/portalloopd + image: ghcr.io/gnolang/gno/portalloopd restart: unless-stopped volumes: - ./scripts:/scripts @@ -123,6 +122,8 @@ services: env_file: ".env" command: - "start" + - "--chain-id=portal-loop" + - "--interval=15m" - "--mnemonic=${COUNTER_MNEMONIC}" - "--rpc=http://traefik:26657" networks: