mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build(e2e): make new sync test setup work
This commit is contained in:
parent
ed2d99a852
commit
3a237b02c5
6 changed files with 12 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue