0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/.dockerignore
Marius Andra 14f12846ed
Helm redis (#558)
* ignore copying frontend/dist folder - otherwise whatever you build in docker will get overridden by local build artifacts if any exist in frontend/dist

* support configuring redis with POSTHOG_REDIS_HOST and other vars in addition to REDIS_URL

* remove "the next version" in worker requirement modal

* split beat and celery scripts

* remove chart folder

* celery heartbeat every 10sec, reduce distributed beat lock hold time

* remove dockerfile local link

* add localhost redis url for tests
2020-04-13 16:22:06 +01:00

15 lines
190 B
Plaintext

*
!bin/docker*
!requirements.txt
!posthog
!staticfiles
!manage.py
!gunicorn.config.py
!.babelrc
!package.json
!yarn.lock
!webpack.config.js
!postcss.config.js
!frontend/src
!frontend/public