Add environment variable to ensure that recurring tasks are registered (#12)

* Add environment variable to ensure that recurring tasks are registered in task processor

* Remove debug log level
pull/14/head
Matthew Elwell 2 years ago committed by GitHub
parent 29b9bcc3d3
commit ef3ba12158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,7 @@ services:
image: flagsmith/flagsmith:latest image: flagsmith/flagsmith:latest
environment: environment:
DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith
USE_POSTGRES_FOR_ANALYTICS: "True"
entrypoint: entrypoint:
- "python" - "python"
- "manage.py" - "manage.py"

Loading…
Cancel
Save