- added docker image and compose file
- switched sqlite driver to modernc.org/sqlite
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
mmaschedule:
|
||||
image: mmaschedule
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- ./data:/data
|
||||
command: -data-dir /data -host 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user