removed docker files
This commit is contained in:
parent
5a663056a7
commit
74182f8ae1
|
|
@ -1,11 +0,0 @@
|
||||||
version: '3.1'
|
|
||||||
|
|
||||||
services:
|
|
||||||
|
|
||||||
mongo:
|
|
||||||
image: mongo
|
|
||||||
ports:
|
|
||||||
- 27017:27017
|
|
||||||
environment:
|
|
||||||
MONGO_INITDB_ROOT_USERNAME: root
|
|
||||||
MONGO_INITDB_ROOT_PASSWORD: example
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
#TODO: rust builder
|
|
||||||
# build binary
|
|
||||||
# alpine image
|
|
||||||
# install python and pip
|
|
||||||
# pip install requirements.txt
|
|
||||||
# run binary
|
|
||||||
Loading…
Reference in New Issue