- added docker image and compose file

- switched sqlite driver to modernc.org/sqlite
This commit is contained in:
2026-05-23 19:04:26 -05:00
parent b42357f1cf
commit 007e45f06b
5 changed files with 78 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
mmaschedule:
image: mmaschedule
ports:
- 8000:8000
volumes:
- ./data:/data
command: -data-dir /data -host 0.0.0.0:8000