feat: pull new sentinel image and restart container

This commit is contained in:
Andras Bacsai
2024-05-08 19:19:32 +02:00
parent 76a5290351
commit 1a152a5597
7 changed files with 76 additions and 20 deletions

View File

@@ -10,12 +10,6 @@ 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