mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
chore: run migrations on bin/start (#29359)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
procs:
|
||||
backend:
|
||||
shell: 'bin/check_kafka_clickhouse_up && ./bin/start-backend'
|
||||
shell: 'bin/check_kafka_clickhouse_up && python manage.py migrate && ./bin/start-backend'
|
||||
|
||||
celery-worker:
|
||||
shell: 'bin/check_kafka_clickhouse_up && ./bin/start-celery worker'
|
||||
|
||||
Reference in New Issue
Block a user