NewsBlur/docker
2022-01-06 11:01:35 -05:00
..
alertmanager
grafana Moving up haproxy state timeline 2022-01-04 12:52:50 -05:00
haproxy Fixing names for state timeline, also fixing node server bootstrap. 2022-01-04 14:44:47 -05:00
mongo
monitor
nginx Cleaning up pipeline and adding admin static assets, but now certain admin static assets are being post-processed multiple times but with different cache manifests, resulting in a file not found error. This needs work. 2022-01-06 11:01:35 -05:00
node
postgres Moving around postgres config 2021-12-17 17:11:54 -05:00
prometheus Bumping haproxy state timeline scrapes. 2022-01-04 12:51:45 -05:00
redis Binding redis to public interface. 2021-12-15 15:30:52 -05:00
data.json
newsblur_base_image.Dockerfile Switching from Jammit to django-pipeline. Doesn't work yet, needs compressor hooked up and assets checked. 2021-11-14 13:42:06 -05:00
newsblur_deploy.Dockerfile Cleaning up pipeline and adding admin static assets, but now certain admin static assets are being post-processed multiple times but with different cache manifests, resulting in a file not found error. This needs work. 2022-01-06 11:01:35 -05:00
README.md

Docker related informations

Install

for PIL (image) libjpeg-dev

DEVELOPMENT just based on presence of /Users in code dir

Missing from template : REDIS_SESSIONS, postgresql_psycopg2

One time setup

On newsblur : docker-compose run newsblur ./manage.py migrate

docker-compose run newsblur ./manage.py loaddata docker/data.json

docker-compose run -e PGPASSWORD=newsblur postgres pg_dump -h newsblur_postgres_1 -U newsblur newsblur | gzip > docker/postgres/init.sql.gz

pip numpy, scipy + apt gfortran libblas-dev liblapack-dev for ./manage.py refresh_feeds --force