Commit Graph

12 Commits

Author SHA1 Message Date
Peter Valdez
e8e002bb23 Set an explicit username/password for Postgres in the swarm and k8s files too 2020-02-19 14:57:37 -05:00
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
Bret Fisher
ee24b9b3e8
Remove published swarm stack redis port 2018-10-29 22:17:16 +00:00
Mano Marks
a58579e442 Update docker-stack.yml 2017-07-21 14:05:21 -07:00
Marcos Nils
45eb3aaf9d Update replicas to 1 in result service
If a loadbalancer is used for this service, then socket.io will fail as the session will be created only in one container.
2017-01-31 08:40:55 -03:00
Mano Marks
8666fce704 adding a placement constraint on visualizer so it runs on a manager node 2017-01-25 12:29:38 -08:00
Mano Marks
d53ab169ac adding placement restraint to add visualizer, must run on a manager 2017-01-13 18:15:26 -08:00
Mano Marks
a34564cb55 updating to use dockersamples/visualizer:stable instead of manomarks/visualizer 2017-01-10 18:29:36 -08:00
Mano Marks
0285545512 adding before tag to vote and result images 2017-01-10 17:57:43 -08:00
Mano Marks
fc316a130a adding a line where one was missing 2017-01-09 14:44:01 -08:00
Mano Marks
4743b464a6 changing docker-stack.yml to more closely match the rest of the app, and add a visualizer 2017-01-09 14:42:37 -08:00
Mano Marks
48bdf36336 adding docker-stack.yml 2017-01-09 14:23:30 -08:00