This commit is contained in:
2025-11-20 23:43:41 +01:00
parent 678101718f
commit 5d3f47f90d

View File

@@ -81,4 +81,10 @@ services:
image: ${DOCKER_REGISTRY:-}docker.io/selenium/standalone-chrome:latest
labels:
wud.watch: true
wud.watch.digest: true
wud.watch.digest: true
post_script:
image: alpine
depends_on:
app:
condition: service_healthy
entrypoint: ["/bin/apk", "add", "curl"]