aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-08-20 09:56:35 -0400
committerGalen Guyer <galen@galenguyer.com>2022-08-20 09:58:29 -0400
commitae29f9ef417b9b027b2275a796317a3f4492fdea (patch)
tree00ee63d94054b8a041546667d0aa5fe08d59fe95
parent41d74d0c2284b14e7d5cacc522f3000b86176e66 (diff)
locally expose mongodb for debuggingmistress
-rw-r--r--README.md1
-rw-r--r--docker-compose.yaml2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e00034..23cd6d6 100644
--- a/README.md
+++ b/README.md
@@ -26,3 +26,4 @@ VOTE_STATE=
- [x] Show options that got no votes
- [ ] Allow results to be hidden until a vote is closed
- [ ] Don't let the user fuck it up
+- [ ] Show eboard polls with a higher priority
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 42d2346..156c4a4 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -23,6 +23,8 @@ services:
- "MONGO_INITDB_DATABASE=vote"
- "MONGO_INITDB_ROOT_USERNAME=vote"
- "MONGO_INITDB_ROOT_PASSWORD=c1f66aac6b4fafbef3c659371b8a50ed"
+ ports:
+ - "127.0.0.1:27017:27017"
volumes:
- type: volume
source: mongodb