aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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