mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
3eef0f022c
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
14 lines
316 B
YAML
14 lines
316 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: passky-client_web_1
|
|
APP_PORT: 80
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
web:
|
|
image: rabbitcompany/passky-client:8.1.1@sha256:9c144ceb22920c60dc659c8635f48a92be4bffdb7dc768aba0d26a9a42c3005d
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|