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

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: $APP_UPTIME_KUMA_IP
APP_PORT: 3001
uptime-kuma:
image: louislam/uptime-kuma:1.17.1@sha256:a4eab252e5a27ead9e92f04d755d6cc968be923b277aae42ac8cf633e2da3b15
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/uptime-kuma:/app/data
networks:
default:
ipv4_address: $APP_UPTIME_KUMA_IP