Commit Graph

2 Commits

Author SHA1 Message Date
Bret Fisher
41f2764b94 fix worker depends_on
There was inconsistency in the worker compose yaml for depends_on. The worker requires both db and redis, and in the default docker-compose.yml it was missing db, causing worker to crash on `docker-compose up`. In two other compose files for stacks, where depends_on was used for other services, I added it for the worker to match.
2019-08-25 16:50:48 -04:00
Mano Marks
d80c43b8f4 adding simple stack file for getting started 2018-09-20 15:42:35 -07:00