-
Notifications
You must be signed in to change notification settings - Fork 129
Data container is not running #185
Comments
Isn't this this still under discussion? We had the setting you mentioned and ran into problems with Do you use a tool which requires all containers in a stack to be running? |
By the way ... we're working on a setup without any data containers at all ;) |
so how about a datacontainer for elastic search e.g. because that could be integrated "easy" ;) |
ATM, just fire Your decision if you need to keep them up and running :) |
just confused with https://github.com/phundament/app/blob/master/docs/advanced/61-coding-conventions.md also in stacks-gen/*.yml |
We still need to update the docs, but I just wanted to let you know that we've removed the data-container and have a much simpler setup now, see https://github.com/phundament/app/blob/master/docker-compose.yml |
By convention: all containers SHOULD keep running, eg. data-containers with tail -f /dev/null
Does it mean that in docker-compose.yml command
/bin/bash
should be replaced withtail -f /dev/null
?The text was updated successfully, but these errors were encountered: