Michael Irwin
620c76c715
Change ports of vote/result ports from 5000/5001 to 8080/8081
...
The reasoning of this is because port 5000 is, by default, used by
an AirPlay receiver process on Macs. While this can be turned off,
we'd like this app to work without needing to adjust default
configurations on a machine.
2024-10-10 10:58:25 -04:00
Michael Irwin
5c3aa29ac7
Fix file mounts (work dir change) and python reloading
...
Signed-off-by: Michael Irwin <mikesir87@gmail.com >
2023-10-27 13:55:40 -04:00
Michael Irwin
7e0e20ae10
Don't break on user script at start and bind debug only locally
2023-10-23 23:10:10 -04:00
Michael Irwin
6286b6cf25
Add debug port support for the results (node) app
2023-10-19 16:24:56 -04:00
Bret Fisher
897171c0da
remove redis port ( #278 )
2022-12-16 23:01:10 -05:00
Bret Fisher
226edf0184
compose and K8s file cleanup ( #273 )
2022-12-16 21:50:40 -05:00
Bret Fisher
3ccc624fd7
update result node.js deps for multi-arch
2022-12-09 17:56:20 -05:00
Bret Fisher
383b74158e
healthchecks! move to compose spec version!
2021-01-29 16:47:31 -05:00
Bret Fisher
7bbb599a4b
Merge pull request #145 from sixeyed/master
...
Fix .NET Core images
2020-12-14 01:55:23 -05:00
Peter Valdez
a8888af480
Set an explicit username and password for the db service
2020-02-15 23:45:28 -05:00
Elton Stoneman
82e57900e5
Update to .NET Core 2.1 & pin images
2019-08-29 08:09:11 -06: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