mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add binary idle to keep container spinning
This commit is contained in:
parent
7c139bed1a
commit
5771efc920
2
deployment/legacy-migration/maintenance-worker/binaries/idle
Executable file
2
deployment/legacy-migration/maintenance-worker/binaries/idle
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
tail -f /dev/null
|
||||
@ -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: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user