Skip to content

Commit

Permalink
chore(staging): expose rpc endpoint on https://rpc.staging.gno.land (g…
Browse files Browse the repository at this point in the history
…nolang#1340)

Depends on DNS updates: `rpc.staging.gno.land CNAME staging.gno.land`

Unlocks @gnolang/devx and probably @gnolang/onbloc.
  • Loading branch information
moul authored and gfanton committed Jan 18, 2024
1 parent cb98c54 commit 0d4426d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/deployments/staging.gno.land/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
container_name: gnoland
build: ../../..
environment:
- VIRTUAL_HOST=rpc.staging.gno.land
- VIRTUAL_PORT=36657
- LETSENCRYPT_HOST=rpc.staging.gno.land
- LOG_LEVEL=4
working_dir: /opt/gno/src/gno.land
command:
Expand Down

0 comments on commit 0d4426d

Please sign in to comment.