feat: experimental sentinel
This commit is contained in:
@@ -10,7 +10,12 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
||||
sentinel:
|
||||
image: "ghcr.io/coollabsio/sentinel:latest"
|
||||
container_name: coolify-sentinel
|
||||
restart: always
|
||||
networks:
|
||||
- coolify
|
||||
postgres:
|
||||
image: postgres:15-alpine
|
||||
container_name: coolify-db
|
||||
|
||||
Reference in New Issue
Block a user