The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/rosetta/infra/docker-compose-testnet.yaml

29 lines
527 B

version: "2"
services:
online-node:
build:
context: .
dockerfile: Dockerfile
privileged: true
ports:
- "8080:9700"
environment:
- "MODE=online"
- "NETWORK=testnet"
volumes:
- "./data:/root/data/"
labels:
service_group: rosetta
offline-node:
build:
context: .
dockerfile: Dockerfile
privileged: true
ports:
- "8081:9700"
environment:
- "MODE=offline"
- "NETWORK=testnet"
labels:
service_group: rosetta