Commit graph

18 commits

Author SHA1 Message Date
Jonathan Math
c2185c22c7 alter docker-compose file to use 29019 for mongo 2020-10-25 12:48:17 +07:00
Jonathan Math
67e644aab0 change mongodb port for docker build and fix celeryapp.py 2020-10-25 12:36:58 +07:00
Jonathan Math
55014fdc1b change db_monitor port 2020-10-25 12:26:41 +07:00
Jonathan Math
8b9d92b827 roll back changes for redis port because the initial change didn't work. Will figure out what needs to be done differently 2020-10-25 12:14:34 +07:00
Jonathan Math
cc72ae588e Merge branch 'docker_django3.0' of https://github.com/samuelclay/NewsBlur into docker_django3.0 2020-10-25 11:59:38 +07:00
Jonathan Math
defe294fb3 fix haproxy issue 2020-10-25 11:59:26 +07:00
Jonathan Math
54dfbe9c41 change redis port to 6579 when DOCKERBUILD is an env variable 2020-10-24 19:43:17 +07:00
Jonathan Math
340024e930 get rid of 'The host 0.0.0.0:8000 does not belong to the domain nb.local.com, unable to identify the subdomain for this request' issue in the logs 2020-10-24 19:20:45 +07:00
Jonathan Math
856eb299ce update docker-compose file and include testing functionality 2020-10-13 22:03:25 +07:00
Jonathan Math
54e31d2597 update celery commands in docker-compose.yml 2020-10-05 00:17:09 +07:00
Jonathan Math
a010dfa866 update docker-compose.yml file to include all services 2020-10-04 17:41:04 +07:00
jmath1
945cbedc72 bring postgres image to version 9.6 in docker 2020-06-12 03:02:59 -04:00
Jeff Ballard
f6798e9937 Add front/back networks and storage
This commit does two things.

1. Imporantly, this commit puts Redis on an internal-only network.
This is especially important as by default Redis isn't using a password,
and if you happen to have this on a public IP address, miscreants
from around the world will mess with your Redis instance.

2. This commit also puts as volumes the remaining configs for the
different backends.
2018-10-07 12:04:20 -05:00
hnrd
db12e694b6 Use mongo:3.2 docker image in docker-compose. 2017-11-09 13:37:13 +01:00
N-006
e6c9ae6836 fix Dockerfile case 2016-09-26 12:55:00 +03:00
Julien Rottenberg
bf2e2258b8 Simplify onboarding
missed some from "Upgrading tweepy, hoping it fixes auth issues w/ twitter."
2016-09-15 20:24:34 -07:00
Julien Rottenberg
682a414ec8 cleaning up 2015-11-02 00:30:09 -08:00
Julien Rottenberg
7eff7ade7a First pass using docker 2015-11-02 00:15:05 -08:00