updates
This commit is contained in:
parent
c55aeec48f
commit
42722f6327
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,11 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
|
||||
mongo:
|
||||
image: mongo
|
||||
ports:
|
||||
- 27017:27017
|
||||
environment:
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
MONGO_INITDB_ROOT_PASSWORD: example
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
#TODO: rust builder
|
||||
# build binary
|
||||
# alpine image
|
||||
# install python and pip
|
||||
# pip install requirements.txt
|
||||
# run binary
|
||||
Loading…
Reference in New Issue