You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
424 B
17 lines
424 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: $APP_UPTIME_KUMA_IP
|
|
APP_PORT: 3001
|
|
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1.16.1@sha256:f5706f21ba0af08775505aeddf61aff1d344038f6df5a90865699b86677dfd99
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/uptime-kuma:/app/data
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_UPTIME_KUMA_IP
|