mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
commit
a1d153c084
1 changed files with 16 additions and 0 deletions
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: e1018mc/limechain:2774314c84293f015c42ffe332f8a216fe54054c
|
||||||
|
platform: linux/x86_64
|
||||||
|
ports:
|
||||||
|
- "8545:8545"
|
||||||
|
environment:
|
||||||
|
- ENV_VAR=Test
|
||||||
|
networks:
|
||||||
|
- devnet
|
||||||
|
|
||||||
|
networks:
|
||||||
|
devnet:
|
||||||
|
driver: bridge
|
||||||
Loading…
Reference in a new issue