hcbaxiom

Results 2 comments of hcbaxiom

> @JDongian Try setting the following postgres and redis environment variables. Started working for me after this > > ``` > DATABASE_URL: 'postgres://posthog:posthog@db:5432/posthog' > REDIS_URL: 'redis://redis:6379/' > ``` In which...

> I believe the issue here is in docker-compose.base.yml > > https://github.com/PostHog/posthog/blob/d53b9d6a62876868099e894eaaa9441d96aa9f27/docker-compose.base.yml#L187-L192 > > The `temporal-django-worker` dict extends the `&worker` reference, but then _overwrites_ the `environment` to set `TEMPORAL_HOST: temporal`...