mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
docker setup; celery/beat config
This commit is contained in:
35
.dockerignore
Normal file
35
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user