Add binary idle to keep container spinning

This commit is contained in:
Robert Schäfer 2019-05-03 17:09:45 +02:00
parent 7c139bed1a
commit 5771efc920
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
tail -f /dev/null

View File

@ -2,6 +2,7 @@ version: "3.4"
services:
maintenance:
command: "idle" # remove this line to start neo4j automatically
image: humanconnection/maintenance-worker:latest
build:
context: .