Merge pull request #3 from zkokk/docker-compose

Adding docker-compose
This commit is contained in:
zkokk 2024-06-12 18:34:18 +03:00 committed by GitHub
commit a1d153c084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
docker-compose.yaml Normal file
View 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