NewsBlur/docker
2021-03-14 16:17:14 -05:00
..
haproxy Switching from SRV based automatic haproxy server identification to manual tempaltes. Not great but not terrible. 2021-03-11 09:51:46 -05:00
monitor Moving monitor Dockerfile. 2021-03-09 11:10:42 -05:00
nginx Attempting to fix resolve issues. 2021-03-10 16:54:18 -05:00
node Updating node dockerfile to place node_modules in a parent directory to allow for volumizing node code. 2021-02-24 20:02:37 -05:00
postgres Fix: build postgres container without error 2018-12-28 11:56:30 +01:00
data.json fix for the 403 where cookies do not match initial site.site 2015-11-02 00:21:13 -08:00
local_settings.py add proper healthcheck/wait for postgres in docker-compose and fix docker/local_settings.py 2021-03-14 16:17:14 -05:00
newsblur_base_image.Dockerfile Beginning to add consul to old servers. 2021-02-18 18:59:00 -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