mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
90d4c99c00
Co-authored-by: Michael Henke <m433270+aphex3k@users.noreply.github.com> Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
15 lines
339 B
YAML
15 lines
339 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: nutstash-wallet_web_1
|
|
APP_PORT: 3000
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
web:
|
|
image: ghcr.io/gandlafbtc/nutstash-wallet:0.1.10@sha256:8a585c4a6545e68e9a1c8fcf2a0a15ef401ad040accf925234451fe1b838d180
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
|