Improve docker setup
- add .dockerignore - add entrypoint.sh to switch to user after initial setup - downgrade importlib-metadata for Celery compatibility - add TZ environment variable for consistent Celery timestamps - fix Celery setting deprecation warnings
This commit is contained in:
parent
219d5ae79c
commit
69a8177c4b
7 changed files with 43 additions and 21 deletions
|
|
@ -11,6 +11,7 @@ python = "^3.7"
|
|||
celery = "^5.2.7"
|
||||
redis = "^4.5.1"
|
||||
psycopg2-binary = "^2.9.5"
|
||||
importlib-metadata = "<5"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue