removed docker files

This commit is contained in:
Joshua Perry 2024-06-08 19:02:15 +01:00
parent 5a663056a7
commit 74182f8ae1
2 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -1,6 +0,0 @@
#TODO: rust builder
# build binary
# alpine image
# install python and pip
# pip install requirements.txt
# run binary