3.6
This commit is contained in:
parent
ad72aeb8ce
commit
e198e1b18d
@ -1,3 +1,4 @@
|
||||
BOT_TOKEN=bot_token
|
||||
DB_USERNAME=databaseuser
|
||||
DB_PASSWORD=databasepass
|
||||
DB_LOCATION=/external/data
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -99,7 +99,7 @@ ipython_config.py
|
||||
|
||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
||||
__pypackages__/
|
||||
|
||||
data
|
||||
# Celery stuff
|
||||
celerybeat-schedule
|
||||
celerybeat.pid
|
||||
|
||||
@ -20,3 +20,5 @@ services:
|
||||
- MONGO_INITDB_ROOT_PASSWORD=${DB_PASSWORD}
|
||||
ports:
|
||||
- "27017:27017"
|
||||
volumes:
|
||||
- ${DB_LOCATION}:/data/db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user