0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/bin/docker-server
2020-04-02 12:06:57 +02:00

5 lines
176 B
Bash
Executable File

#!/bin/bash
set -e
gunicorn posthog.wsgi --config gunicorn.config.py --bind 0.0.0.0:8000 --log-file - --worker-tmp-dir /dev/shm --workers=2 --threads=4 --worker-class=gthread