🔧 Renovate: Pin dependencies
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 2m45s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 35s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 1m43s
Gitea Branch PR & Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Has been skipped

This commit is contained in:
2026-03-07 18:18:39 +00:00
parent 001a8d3409
commit 7b8a1352da
+3 -3
View File
@@ -157,7 +157,7 @@ services:
interval: 5s
timeout: 3s
retries: 15
image: ghcr.io/scanopy/scanopy/daemon:latest
image: ghcr.io/scanopy/scanopy/daemon:latest@sha256:7f94cc44439ab3d61b59e58cc555cee5b8636c38a1772bba9e49a462386b743a
network_mode: host
privileged: true
restart: unless-stopped
@@ -177,13 +177,13 @@ services:
interval: 10s
timeout: 5s
retries: 5
image: postgres:17-alpine
image: postgres:17-alpine@sha256:6f30057d31f5861b66f3545d4821f987aacf1dd920765f0acadea0c58ff975b1
restart: unless-stopped
volumes:
- scanopy-pg-data:/var/lib/postgresql/data
scanopy-server:
container_name: scanopy-server
image: ghcr.io/scanopy/scanopy/server:latest
image: ghcr.io/scanopy/scanopy/server:latest@sha256:a4efb6b06b88d0d143e1fa075e88d37becfda3be8ea09f146becf4d2e976036b
depends_on:
scanopy-pg:
condition: service_healthy