Use Mischlabs container registry
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 13s

This commit is contained in:
Tom Misch
2026-05-11 10:43:49 +02:00
parent 55f201da40
commit e2c83f5fe4
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
services:
photography:
image: ghcr.io/kroonk/photography:latest
image: git.mischlabs.de/mrdiderot/photography:latest
container_name: photography-website
ports:
- "8090:8090"
@@ -10,7 +10,7 @@ services:
- INITIAL_ADMIN_PASSWORD=Start123
- FULLS_DIR=/app/public/images/fulls
- THUMBS_DIR=/app/public/images/thumbs
- SYNC_IMAGE=ghcr.io/kroonk/photography:latest
- SYNC_IMAGE=git.mischlabs.de/mrdiderot/photography:latest
- SYNC_CONTAINER=photography-website
volumes:
# Nextcloud-Ordner mit Originalbildern (read-only)
@@ -32,7 +32,7 @@ services:
command: photography-website
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# GitHub Login von deinem NAS uebernehmen, um ghcr.io lesen zu duerfen
# Registry Login von deinem NAS uebernehmen, um private Images lesen zu duerfen
- ~/.docker/config.json:/config.json:ro
environment:
- WATCHTOWER_CLEANUP=true