Watchtower: Use nickfedor/watchtower instead of containrrr/watchtower

Required or compatibility with Docker 29.0.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-11-15 16:07:34 +01:00
parent d1991b19c3
commit 217c5a44e3
12 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ services:
traefik:
restart: always
image: traefik:v3.5
image: traefik:v3.6
container_name: traefik
ports:
- "80:80"
@@ -50,7 +50,7 @@ services:
watchtower:
restart: always
image: containrrr/watchtower
image: nickfedor/watchtower
container_name: watchtower
environment:
WATCHTOWER_CLEANUP: "true"

View File

@@ -173,7 +173,7 @@ services:
## see https://docs.photoprism.app/getting-started/proxies/traefik/
traefik:
restart: always
image: traefik:v3.5
image: traefik:v3.6
container_name: traefik
ports:
- "80:80"
@@ -213,7 +213,7 @@ services:
## see https://docs.photoprism.app/getting-started/updates/#watchtower
watchtower:
restart: always
image: containrrr/watchtower
image: nickfedor/watchtower
container_name: watchtower
environment:
WATCHTOWER_CLEANUP: "true"

View File

@@ -15,9 +15,9 @@ SOFTWARE INCLUDED
- [PhotoPrism latest](https://docs.photoprism.app/release-notes/), AGPL 3
- [Docker CE latest](https://docs.docker.com/engine/release-notes/), Apache 2
- [Traefik 3.4](https://github.com/traefik/traefik/releases), MIT
- [Traefik 3.6](https://github.com/traefik/traefik/releases), MIT
- [MariaDB 11](https://mariadb.com/kb/en/release-notes/), GPL 2
- [Watchtower latest](https://github.com/containrrr/watchtower/releases), Apache 2
- [Watchtower latest](https://github.com/nicholas-fedor/watchtower/releases), Apache 2
GETTING STARTED
---------------------------------------

View File

@@ -215,7 +215,7 @@ services:
## see https://docs.photoprism.app/getting-started/updates/#watchtower
## activate via "COMPOSE_PROFILES=update docker compose up -d"
watchtower:
image: containrrr/watchtower
image: nickfedor/watchtower
restart: unless-stopped
## Only starts this service if the "update" profile is specified::
## docker compose --profile update up -d

View File

@@ -144,7 +144,7 @@ services:
#
# watchtower:
# restart: unless-stopped
# image: containrrr/watchtower
# image: nickfedor/watchtower
# environment:
# WATCHTOWER_CLEANUP: "true"
# WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours

View File

@@ -231,7 +231,7 @@ services:
## see https://docs.photoprism.app/getting-started/updates/#watchtower
## activate via "COMPOSE_PROFILES=update docker compose up -d"
watchtower:
image: containrrr/watchtower
image: nickfedor/watchtower
restart: unless-stopped
## Only starts this service if the "update" profile is specified::
## docker compose --profile update up -d

View File

@@ -123,7 +123,7 @@ services:
#
# watchtower:
# restart: unless-stopped
# image: containrrr/watchtower
# image: nickfedor/watchtower
# environment:
# WATCHTOWER_CLEANUP: "true"
# WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours

View File

@@ -231,7 +231,7 @@ services:
## see https://docs.photoprism.app/getting-started/updates/#watchtower
## activate via "COMPOSE_PROFILES=update docker compose up -d"
watchtower:
image: containrrr/watchtower
image: nickfedor/watchtower
restart: unless-stopped
## Only starts this service if the "update" profile is specified::
## docker compose --profile update up -d

View File

@@ -142,7 +142,7 @@ services:
#
# watchtower:
# restart: unless-stopped
# image: containrrr/watchtower
# image: nickfedor/watchtower
# environment:
# WATCHTOWER_CLEANUP: "true"
# WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours

View File

@@ -103,7 +103,7 @@ services:
#
# watchtower:
# restart: unless-stopped
# image: containrrr/watchtower
# image: nickfedor/watchtower
# environment:
# WATCHTOWER_CLEANUP: "true"
# WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours

View File

@@ -131,7 +131,7 @@ services:
#
# watchtower:
# restart: unless-stopped
# image: containrrr/watchtower
# image: nickfedor/watchtower
# environment:
# WATCHTOWER_CLEANUP: "true"
# WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours

View File

@@ -307,7 +307,7 @@ write_files:
traefik:
restart: always
image: traefik:v3.5
image: traefik:v3.6
ports:
- "80:80"
- "443:443"
@@ -330,7 +330,7 @@ write_files:
watchtower:
restart: always
image: containrrr/watchtower
image: nickfedor/watchtower
environment:
WATCHTOWER_CLEANUP: "true"
WATCHTOWER_POLL_INTERVAL: 7200