NewsBlur/docker
Samuel Clay f33cbcf312 Merge branch 'master' into pro
* master: (72 commits)
  Missing import
  Correctly decoding shared stories in RSS feed.
  Adding scroll to feed and story options popover (Style menu).
  Magazine view blog post.
  Refactoring story content preview with newlines preserved.
  Boosting db profiling from 1% to 5%.
  Ignore data uris for widget, they are never the big images
  Wait to strip data uri header until it's time.
  Moving encoding
  Don't double encode base64 images for widgets.
  Preserving paragraphs in magazine and grid views.
  Fixing bad instrumentation on mongo and redis logs.
  Wrong url for db profiler.
  Let's try showing only single feeds in the DB profiler to see if it's better at showing abnormalities with less noise.
  Fixing strict bug where  wasn't defined.
  Showing grid image previews. Not sure how this ever worked before.
  Grid has image if found already.
  Showing grid image on load if youtube
  Only monitor river_stories for db times
  Not hitting a db shouldnt be colored any differently than a small value.
  ...
2022-03-09 11:41:40 -05:00
..
alertmanager rename prometheus docker files and add files for alertmanager 2021-05-07 10:00:46 -05:00
grafana Adding sentry grafana pluging. 2022-01-05 13:22:24 -05:00
haproxy Adding blog to docker and in progress magazine post. 2022-03-04 11:03:57 -05:00
mongo Compressing Postgres db sql backup. 2022-02-03 15:39:36 -05:00
monitor Updating to docker buildx for multi-arch builds (amd64 + arm64) 2022-01-18 17:25:07 -05:00
nginx Adding blog to docker and in progress magazine post. 2022-03-04 11:03:57 -05:00
node Fix node image/ docker-compose issue 2021-10-18 11:48:43 -05:00
postgres Rotating mongo backups 2022-02-03 16:17:32 -05:00
prometheus Bumping haproxy state timeline scrapes. 2022-01-04 12:51:45 -05:00
redis Looks like redis wasn't being saved properly in docker-compose. 2022-01-11 17:23:58 -05:00
data.json fix for the 403 where cookies do not match initial site.site 2015-11-02 00:21:13 -08:00
newsblur_base_image.Dockerfile Showing next invoice. 2022-01-26 15:51:26 -05:00
newsblur_deploy.Dockerfile Deploying new asset pipeline 2022-01-19 15:22:05 -05:00
README.md Update README files to replace syncdb with migrate 2020-06-07 08:12:51 -04:00

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