mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
16 lines
388 B
YAML
16 lines
388 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: uptime-kuma_server_1
|
|
APP_PORT: 3001
|
|
PROXY_AUTH_WHITELIST: "/api/*"
|
|
|
|
server:
|
|
image: louislam/uptime-kuma:1.23.13@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/uptime-kuma:/app/data
|