Skip to content

Commit

Permalink
chore: update portal-loop configurations urls (gnolang#2039)
Browse files Browse the repository at this point in the history
<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] 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).
</details>
  • Loading branch information
albttx committed May 8, 2024
1 parent 5a96926 commit 8057505
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions misc/loop/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

Expand All @@ -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
Expand Down Expand Up @@ -123,6 +122,8 @@ services:
env_file: ".env"
command:
- "start"
- "--chain-id=portal-loop"
- "--interval=15m"
- "--mnemonic=${COUNTER_MNEMONIC}"
- "--rpc=http://traefik:26657"
networks:
Expand Down

0 comments on commit 8057505

Please sign in to comment.