feat: experimental sentinel

This commit is contained in:
Andras Bacsai
2024-05-07 15:41:50 +02:00
parent 2b422a542a
commit f6f959a897
13 changed files with 1038 additions and 327 deletions

View File

@@ -103,6 +103,15 @@ services:
condition: service_healthy
redis:
condition: service_healthy
sentinel:
image: "ghcr.io/coollabsio/sentinel:${LATEST_IMAGE:-latest}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /data/coolify/metrics:/var/www/html/storage/app/metrics
ports:
- "127.0.0.1:8888:8888"
healthcheck:
test: curl --fail http://127.0.0.1:8888/api/health || exit 1
postgres:
volumes:
- coolify-db:/var/lib/postgresql/data