Changement du watchtower pour une version plus récente : projet originel abandonné, repris par un fork.
Some checks failed
E2E Tests / e2e (push) Failing after 19s
Build & Push Images / build (brain) (push) Failing after 20s
Build & Push Images / build (web) (push) Failing after 21s
Build & Push Images / build (core) (push) Failing after 22s

This commit is contained in:
2026-04-26 01:19:58 +02:00
parent addf78f01d
commit 5739602702

View File

@@ -154,7 +154,12 @@ services:
# Postgres et MinIO sont volontairement exclus (donnees persistantes, # Postgres et MinIO sont volontairement exclus (donnees persistantes,
# compatibilite de version a verifier manuellement). # compatibilite de version a verifier manuellement).
watchtower: watchtower:
image: containrrr/watchtower:latest # Fork maintenu de containrrr/watchtower (l'original est abandonne depuis
# ~2023 et son client Docker API est trop vieux pour les versions recentes
# de Docker Desktop -- erreur "client version 1.25 is too old").
# nickfedor/watchtower est un drop-in : memes variables d'environnement,
# meme API HTTP, juste l'image change.
image: nickfedor/watchtower:latest
container_name: loremind-watchtower container_name: loremind-watchtower
profiles: ["autoupdate"] profiles: ["autoupdate"]
volumes: volumes: