chore: upgrade to 0.3.0+v0.4.219 #2

Open
autonomic-bot wants to merge 1 commits from upgrade-0.3.0+v0.4.219 into main

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ghcr.io/bluesky-social/pds:0.4
image: ghcr.io/bluesky-social/pds:0.4.219
networks:
- internal
environment:
@ -36,7 +36,7 @@ services:
max_attempts: 5
labels:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v0.4"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v0.4.219"
- "backupbot.backup=true"
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/xrpc/_health"]