mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
4cad60cb6a
Co-authored-by: nmfretz <nmfretz@gmail.com>
16 lines
395 B
YAML
16 lines
395 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: robosats_web_1
|
|
APP_PORT: 12596
|
|
|
|
web:
|
|
image: recksato/robosats-client:v0.6.0-alpha@sha256:ae5b806bef9bb6dc23899b0d1e667fcc4321f7f85c1623954a3861186000eee0
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
environment:
|
|
TOR_PROXY_IP: ${TOR_PROXY_IP}
|
|
TOR_PROXY_PORT: ${TOR_PROXY_PORT} |