mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
dev(codespaces): make sure REDIS_URL set in codespaces (#7553)
This needs to be set for django to get to the redis celery broker properly.
This commit is contained in:
parent
6937817124
commit
7108f1911a
@ -15,6 +15,7 @@ PRIMARY_DB=clickhouse
|
||||
DATABASE_URL=postgres://${PGUSER}:${PGPASSWORD}@${PGHOST}:${PGPORT}/${PGDATABASE}
|
||||
KAFKA_ENABLED=true
|
||||
KAFKA_HOSTS=kafka:9092
|
||||
REDIS_URL=redis://redis:6379
|
||||
|
||||
# Clickhouse settings
|
||||
CLICKHOUSE_HOST=clickhouse
|
||||
|
Loading…
Reference in New Issue
Block a user