Feature: watcher based bulk uploads (#886)
* initial commit * fix watcher.js for docker * Update docs * update healthcheck * update docs --------- Co-authored-by: Christian Beutel <>
This commit is contained in:
@@ -76,7 +76,7 @@ services:
|
||||
- wanderer
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "/curl", "--fail", "http://localhost:3000/"]
|
||||
test: ["CMD", "curl", "--fail", "http://localhost:3000/"]
|
||||
interval: 15s
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
|
||||
Reference in New Issue
Block a user