Compare commits
3 Commits
7309d49e67
...
80ebb3c0da
Author | SHA1 | Date | |
---|---|---|---|
|
80ebb3c0da | ||
|
281c3c6a86 | ||
|
ae632b1ea3 |
3
.dvc/.gitignore
vendored
Normal file
3
.dvc/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/config.local
|
||||||
|
/tmp
|
||||||
|
/cache
|
0
.dvc/config
Normal file
0
.dvc/config
Normal file
3
.dvcignore
Normal file
3
.dvcignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Add patterns of files dvc should ignore, which could improve
|
||||||
|
# the performance. Learn more at
|
||||||
|
# https://dvc.org/doc/user-guide/dvcignore
|
5
.env
Normal file
5
.env
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MONGO_INITDB_ROOT_USERNAME=admin
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD=IUM_2021
|
||||||
|
ME_CONFIG_BASICAUTH_USERNAME=mongo_express_user
|
||||||
|
ME_CONFIG_BASICAUTH_PASSWORD=mongo_express_pw
|
||||||
|
MONGO_DATABASE=sacred
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/covtype.csv
|
581013
covtype.csv
581013
covtype.csv
File diff suppressed because it is too large
Load Diff
5
covtype.csv.dvc
Normal file
5
covtype.csv.dvc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
outs:
|
||||||
|
- md5: e88c3c209db2e8982e07c43462d67c87
|
||||||
|
size: 75170064
|
||||||
|
hash: md5
|
||||||
|
path: covtype.csv
|
5
sacredboard/Dockerfile
Normal file
5
sacredboard/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM python:3.6-jessie
|
||||||
|
|
||||||
|
RUN pip install https://github.com/chovanecm/sacredboard/archive/develop.zip
|
||||||
|
|
||||||
|
ENTRYPOINT sacredboard -mu mongodb://$MONGO_INITDB_ROOT_USERNAME:$MONGO_INITDB_ROOT_PASSWORD@mongo:27017/?authMechanism=SCRAM-SHA-1 $MONGO_DATABASE
|
Loading…
Reference in New Issue
Block a user