415842ab33
homework
2020-04-24 13:39:21 +02:00
Peter Valdez
a8888af480
Set an explicit username and password for the db service
2020-02-15 23:45:28 -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
Mano Marks
86aa3afa7b
Merge pull request #87 from ikisusi/startup-order
...
fix start-up order, depend worker on redis in docker-compose.yml
2017-11-29 11:30:43 -08:00
Mano Marks
cfb85eabc0
removing --debug flag from nodemon
2017-11-29 10:43:31 -08:00
Marko Laakso
0f9eee5879
fix start-up order, depend worker on redis in docker-compose.yml
2017-10-01 14:36:10 +03:00
Mano Marks
5be0813483
updating to latest version of dotnet
2017-04-07 12:33:22 -07:00
Mano Marks
1d7bae103b
updating compose files to v3
2017-01-23 17:44:16 -08:00
Mano Marks
51815474ff
moved docker-compose.yml to docker-compose-simple.yml and restored older version of docker-compose.yml with networks and volumes
2016-10-11 16:24:49 -07:00
Ben Firshman
09279e12a8
Rename services to remove "app"
2016-06-18 10:18:53 -07:00
Ben Firshman
dd03d8937a
Use gunicorn for voting app in prod
2016-06-18 10:18:31 -07:00
Ben Firshman
df96dfd638
Add Node debugging
...
and simplify Compose file
2016-06-18 10:04:44 -07:00
Mano Marks
3978756bb2
Moving result app to be based on node:5.11.0-slim, adding back links in docker-compose.yml, and removing explicit container names
2016-05-03 19:35:26 -07:00
Mano Marks
261eb03102
adding in improvements from when we ran the birthday party app. Mostly fixed the Dockerfiles so they use Alpine for the base images. That required re-working the Java worker Docker file. Removed links from compose file. cleaned up a few things like a tab instead of a space in app.py
2016-04-25 11:28:21 -07:00
Dave Tucker
bb24708128
Add Networks!
...
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2016-02-04 11:29:17 -08:00
Ben Firshman
878cdeb583
Move everything into the root directory
...
The separate vote-apps directory was because networking didn't
used to support aliases to remove the project name.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-02-04 10:53:27 -08:00