mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-14 04:09:15 +02:00
15 lines
434 B
YAML
15 lines
434 B
YAML
# documentation: https://github.com/airlabspl/uptimemonitor/blob/master/README.md
|
|
# slogan: A self-hosted, simple web uptime monitor
|
|
# tags: uptime,downtime,monitor,self-hosted
|
|
# logo: svgs/uptime-monitor-dev.svg
|
|
# port: 3000
|
|
services:
|
|
app:
|
|
image: airlabs/uptimemonitor:latest
|
|
environment:
|
|
- SECURE=${SECURE:-true}
|
|
ports:
|
|
- "3000:3000"
|
|
restart: always
|
|
volumes:
|
|
- ${COOLIFY_VOLUME_APP}:/app/data |