mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
0248ecd023
Co-authored-by: nmfretz <nmfretz@gmail.com>
16 lines
390 B
YAML
16 lines
390 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: robosats_web_1
|
|
APP_PORT: 12596
|
|
|
|
web:
|
|
image: recksato/robosats-client:1ba8183@sha256:6a776a00364449f10eebdf7781a4f75d068d697767fc77c3e578cb854291eb68
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
init: true
|
|
environment:
|
|
TOR_PROXY_IP: ${TOR_PROXY_IP}
|
|
TOR_PROXY_PORT: ${TOR_PROXY_PORT} |