Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b28661af6 |
+2
-2
@@ -290,13 +290,13 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
image: postgres:17-alpine@sha256:742f40ea20b9ff2ff31db5458d127452988a2164df9e17441e191f3b72252193
|
||||
image: postgres:17-alpine@sha256:6a3e8680cc46290e8b1b7d2f9bbbe25f058dd2e0fdc4f819bb929d8b11f2480d
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- scanopy-pg-data:/var/lib/postgresql/data
|
||||
scanopy-server:
|
||||
container_name: scanopy-server
|
||||
image: ghcr.io/scanopy/scanopy/server:latest@sha256:03669449724b9826f42d02bb50b82bcad7ede42f798a9bb1c645ae09ab14c060
|
||||
image: ghcr.io/scanopy/scanopy/server:latest@sha256:0d2ca2425ec69ef0b718811b2514eb3d36292909be595d904f4d4bf43b84fc6b
|
||||
depends_on:
|
||||
scanopy-pg:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user