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.
 
 

16 lines
395 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: robosats_web_1
APP_PORT: 12596
web:
image: recksato/robosats-client:v0.7.1-alpha@sha256:69a4d1cc184c45dff720fd41999408fabc9a2789d1de456488ed2311c7184d40
restart: on-failure
stop_grace_period: 1m
init: true
environment:
TOR_PROXY_IP: ${TOR_PROXY_IP}
TOR_PROXY_PORT: ${TOR_PROXY_PORT}