mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
16 lines
No EOL
267 B
YAML
16 lines
No EOL
267 B
YAML
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 |