andrewcmyers / civs

Condorcet Internet Voting System
http://civs1.civs.us
MIT License
83 stars 27 forks source link

add docker/compose configuration #42

Closed dunn closed 1 year ago

dunn commented 3 years ago

I was fiddling around with a local installation and before I knew it this happened.

Everything seems to work in a local docker environment; when I tried deploying it I sometimes saw errors with the first created poll closing automatically, but that might be something with my setup.

Of course I completely understand if this isn't something you're interesting in carrying in the codebase.

andrewcmyers commented 3 years ago

I like the shell script cleanup you are doing a lot but want to think more about the docker idea. Could we stage this into two PRs? Thanks!

dunn commented 3 years ago

sure thing; opened https://github.com/andrewcmyers/civs/pull/43

jjasghar commented 3 years ago

nice @dunn thanks for this, i was totally about to run with it...maybe I'll make a k8s deployment off this if it gets published :)

dunn commented 3 years ago

@jjasghar i actually have one of those as well: https://computer.crimes.consulting/cat/civs/-/tree/trunk/chart

but currently i'm running into an issue where it's allowing duplicate votes and i'm not sure why

jjasghar commented 3 years ago

Nice!

andrewcmyers commented 1 year ago

This PR needs to be redone at this point to be adopted.