mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
17 lines
395 B
YAML
17 lines
395 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: robosats_web_1
|
|
APP_PORT: 12596
|
|
|
|
web:
|
|
image: recksato/robosats-client:0.5.4-alpha@sha256:0f6171884cb581f29c25da0691723ddb87bd8b2f3612ad8a955dc29c39b6bdf0
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
environment:
|
|
TOR_PROXY_IP: ${TOR_PROXY_IP}
|
|
TOR_PROXY_PORT: ${TOR_PROXY_PORT}
|