docker setup; celery/beat config

This commit is contained in:
crflynn
2018-04-22 17:43:40 -04:00
parent 9cb0cfb9d1
commit 0cbdd8398d
18 changed files with 284 additions and 403 deletions

35
.dockerignore Normal file
View File

@@ -0,0 +1,35 @@
# project
.git
.gitignore
.dockerignore
Dockerfile
Pipfile
Pipfile.lock
migrations/
zappa*
run.sh
docs/
tests/
# mac osx
.DS_Store
# python bytecode
*.py[cod]
__pycache__
# ignore
ignore/
# celery
celerybeat-schedule
celerybeat.pid
# redis
dump.rdb
# packaged deployments
*.zip
# zappa settings
zappa_settings.json