refactor: expose ports directly in docker-compose

This commit is contained in:
Prad Nukala 2024-08-29 18:43:05 -04:00
parent b2b939f7ad
commit cfd6bddac2

View File

@ -8,9 +8,9 @@ services:
volumes: volumes:
- /home/prad/.core:/root/.sonr - /home/prad/.core:/root/.sonr
ports: ports:
- "127.0.0.1:26657:26657" - "26657:26657"
- "127.0.0.1:1317:1317" - "1317:1317"
- "127.0.0.1:9090:9090" - "9090:9090"
environment: environment:
- CHAIN_ID=local-1 - CHAIN_ID=local-1
- MONIKER=localvalidator - MONIKER=localvalidator