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.
 
 

29 lines
988 B

version: "3.7"
services:
web:
image: bitcoinscala/oracle-server-ui:0.0.1-a0bbe697-SNAPSHOT@sha256:fc8199473ec13e0cedef9aef50d437a065a68c70d9529098304fc30c20aa5a0b
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
environment:
ORACLE_SERVER_API_URL: "http://${APP_KRYSTAL_BULL_SERVER_IP}:9998/"
TOR_PROXY: socks5://${TOR_PROXY_IP}:${TOR_PROXY_PORT}
ports:
- "${APP_KRYSTAL_BULL_PORT}:3001"
networks:
default:
ipv4_address: $APP_KRYSTAL_BULL_IP
depends_on:
- oracleserver
oracleserver:
image: bitcoinscala/bitcoin-s-oracle-server:1.8.0-18-4f081b9d-SNAPSHOT@sha256:28bbe2432b13d62c9cc67be38d07d23d40a8eb76936c073231b7c23592d6773a
user: "1000:1000"
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/oracleserver:/home/bitcoin-s/.bitcoin-s
environment:
BITCOIN_S_KEYMANAGER_ENTROPY: $APP_SEED
networks:
default:
ipv4_address: $APP_KRYSTAL_BULL_SERVER_IP