Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hatamiarash7/docker-posthog
Deploy Posthog using Docker
https://github.com/hatamiarash7/docker-posthog
analytics analytics-dashboard analytics-platform analytics-tracking self-hosted
Last synced: about 2 months ago
JSON representation
Deploy Posthog using Docker
- Host: GitHub
- URL: https://github.com/hatamiarash7/docker-posthog
- Owner: hatamiarash7
- License: gpl-3.0
- Created: 2020-07-04T08:23:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:44:05.000Z (about 1 year ago)
- Last Synced: 2024-10-28T06:34:37.915Z (3 months ago)
- Topics: analytics, analytics-dashboard, analytics-platform, analytics-tracking, self-hosted
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Posthog
Deploy Posthog using Docker
![logo](index.svg)
### Install
```bash
docker-compose up -d
```The image has everything you need to try out PostHog locally! It will set up a server on http://127.0.0.1:8000.
## Env
- Make sure to add `DEBUG=1` as an environment variable, otherwise you'll get stuck in an infinite loop of SSL redirects
- PostHog assumes you want to use SSL and will redirect you to `https://...` To avoid this, set `DISABLE_SECURE_SSL_REDIRECT=1`