go-ethereum/docker-compose.yaml
2024-06-30 17:49:40 +03:00

16 lines
No EOL
242 B
YAML

version: '3.8'
services:
app:
image: e1018mc/limechain:go-ethereum-app
platform: linux/x86_64
ports:
- "8545:8545"
environment:
- ENV_VAR=Test
networks:
- devnet
networks:
devnet:
driver: bridge