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.
14 lines
384 B
14 lines
384 B
3 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
uptime-kuma:
|
||
|
image: louislam/uptime-kuma:1.11.1@sha256:9fd26d8adae499533e0079f218b4c9139e89b3a085ec04b246c3fbf7af04aa62
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 1m
|
||
|
ports:
|
||
|
- ${APP_UPTIME_KUMA_PORT}:3001
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data/uptime-kuma:/app/data
|
||
|
networks:
|
||
|
default:
|
||
|
ipv4_address: $APP_UPTIME_KUMA_IP
|