Use Mischlabs container registry
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 13s
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 13s
This commit is contained in:
@@ -18,7 +18,7 @@ To deploy on a NAS or Linux server, adjust the `docker-compose.yml` to match you
|
||||
```yaml
|
||||
services:
|
||||
photography-website:
|
||||
image: ghcr.io/kroonk/photography:latest
|
||||
image: git.mischlabs.de/mrdiderot/photography:latest
|
||||
container_name: photography-website
|
||||
ports:
|
||||
- "8090:8090"
|
||||
@@ -28,7 +28,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:
|
||||
- /path/to/nextcloud/data:/app/public/images/fulls:ro
|
||||
|
||||
Reference in New Issue
Block a user