fix(docker): tweak some port numbers for better consistency

This commit is contained in:
Daniil Polyakov 2026-06-23 15:22:11 +03:00
parent cd06f7c0f7
commit a6d2241519
5 changed files with 4 additions and 6 deletions

View File

@ -3,7 +3,7 @@ services:
logos-blockchain-node-0:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:91d6c5bf07e07fcfba5e7cf07d21ee686a6bc4b9f6210f2d28bffbcad9a3729f
ports:
- "${PORT:-8080}:18080/tcp"
- "${PORT:-18080}:18080/tcp"
volumes:
- ./scripts:/etc/logos-blockchain/scripts
- ./kzgrs_test_params:/kzgrs_test_params:z

View File

@ -2,8 +2,6 @@
services:
logos-blockchain-node-0:
ports: !override
- "18080:18080/tcp"
environment:
- RUST_LOG=error

View File

@ -8,4 +8,4 @@ services:
environment:
INDEXER_RPC_URL: ${INDEXER_RPC_URL:-http://host.docker.internal:8779}
ports:
- "8081:8080"
- "8080:8080"

View File

@ -11,7 +11,7 @@
"max_retries": 5
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
"node_url": "http://localhost:8080"
"node_url": "http://localhost:18080"
},
"genesis": [
{

View File

@ -11,7 +11,7 @@
"max_retries": 5
},
"channel_id": "0101010101010101010101010101010101010101010101010101010101010101",
"node_url": "http://host.docker.internal:8080"
"node_url": "http://host.docker.internal:18080"
},
"genesis": [
{