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.

17 lines
396 B

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