feat: start Sentinel on servers.

This commit is contained in:
Andras Bacsai
2024-05-08 14:22:35 +02:00
parent 2ea27acdde
commit c618e58a11
5 changed files with 36 additions and 2 deletions

View File

@@ -112,6 +112,9 @@ services:
- "127.0.0.1:8888:8888"
healthcheck:
test: curl --fail http://127.0.0.1:8888/api/health || exit 1
interval: 10s
retries: 2
timeout: 5s
postgres:
volumes:
- coolify-db:/var/lib/postgresql/data