Skip to content

Commit

Permalink
Add docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Dec 12, 2023
1 parent 7532bae commit bcd2c23
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: "3.9"

services:
easy-rider:
image: easy-rider:latest
restart: always
logging:
driver: "journald"
volumes:
- ./easy-rider/config:/config:ro
- ./db:/db
command:
[ "run-node", ""
, "--testnet-magic", "1"
]
networks:
easy_rider:
ipv4_address: 172.15.238.20

networks:
easy_rider:
driver: bridge
ipam:
driver: default
config:
- subnet: 172.15.238.0/24
gateway: 172.15.238.1

0 comments on commit bcd2c23

Please sign in to comment.