mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
11f36560e8
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
18 lines
481 B
YAML
18 lines
481 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: robosats_web_1
|
|
APP_PORT: 12596
|
|
|
|
web:
|
|
image: recksato/robosats-client:v0.3.1-alpha@sha256:5056f6905a4f93c319def72a89bf05f33443f4c4b5f4dcd1232331996335cf9e
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
environment:
|
|
TOR_PROXY_IP: ${TOR_PROXY_IP}
|
|
TOR_PROXY_PORT: ${TOR_PROXY_PORT}
|
|
ROBOSATS_ONION: robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion
|