|
|
@ -59,14 +59,9 @@ services:
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith
|
|
|
|
DATABASE_URL: postgresql://postgres:password@postgres:5432/flagsmith
|
|
|
|
USE_POSTGRES_FOR_ANALYTICS: "True"
|
|
|
|
USE_POSTGRES_FOR_ANALYTICS: "True"
|
|
|
|
entrypoint:
|
|
|
|
|
|
|
|
- "python"
|
|
|
|
|
|
|
|
- "manage.py"
|
|
|
|
|
|
|
|
- "runprocessor"
|
|
|
|
|
|
|
|
- "--sleepintervalms"
|
|
|
|
|
|
|
|
- "500"
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- flagsmith
|
|
|
|
- flagsmith
|
|
|
|
- postgres
|
|
|
|
- postgres
|
|
|
|
links:
|
|
|
|
links:
|
|
|
|
- postgres
|
|
|
|
- postgres
|
|
|
|
|
|
|
|
command: run-task-processor
|
|
|
|