Files
uptimemonitor/docker-compose.yml
2025-08-03 17:01:32 +02:00

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