build(e2e): make new sync test setup work

This commit is contained in:
Johannes Millan 2025-07-18 20:05:20 +02:00
parent ed2d99a852
commit 3a237b02c5
6 changed files with 12 additions and 22 deletions

View file

@ -20,4 +20,10 @@ services:
- '2345:2345'
volumes:
- ./webdav.yaml:/config.yml:ro
- ./data:/data
- ${WEBDAV_DATA_DIR:-./data}:/data
healthcheck:
test: ['CMD', 'wget', '--quiet', '--tries=1', '--spider', 'http://localhost:2345/']
interval: 10s
timeout: 5s
retries: 3
start_period: 10s