We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03ca30 commit 1fead0eCopy full SHA for 1fead0e
docker-compose.server.yml
@@ -28,6 +28,7 @@ services:
28
environment:
29
- DATABASE_URL=${DATABASE_URL}
30
- RUST_LOG=info,platform_server=debug
31
+ - VALIDATOR_NAME=server
32
dns:
33
- 8.8.8.8
34
- 1.1.1.1
docker-compose.yml
@@ -24,6 +24,7 @@ services:
24
- RUST_LOG=info,platform_chain=debug
25
- DATA_DIR=/data
26
- VALIDATOR_SECRET_KEY=${VALIDATOR_SECRET_KEY}
27
+ - VALIDATOR_NAME=validator
# Bootstrap peer is hardcoded in the binary (bootnode.platform.network)
# Override with: --bootstrap /dns4/other-node/tcp/9000/p2p/<PEER_ID>
0 commit comments