Better debugging with docker
Project: http://git-wip-us.apache.org/repos/asf/allura/repo Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/991a12c9 Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/991a12c9 Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/991a12c9 Branch: refs/heads/db/7981 Commit: 991a12c9cc7042f2e4e86a31125c9b4feb4e0950 Parents: e0aab4c Author: Dave Brondsema <d...@brondsema.net> Authored: Fri Nov 18 17:52:40 2016 -0500 Committer: Dave Brondsema <d...@brondsema.net> Committed: Fri Nov 18 17:53:18 2016 -0500 ---------------------------------------------------------------------- docker-compose.yml | 5 ++++- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/allura/blob/991a12c9/docker-compose.yml ---------------------------------------------------------------------- diff --git a/docker-compose.yml b/docker-compose.yml index 316046e..3193e2c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -59,7 +59,10 @@ mongo: outmail: image: allura_web - command: python -u -m smtpd -n -c DebuggingServer 0.0.0.0:8826 + environment: *env + volumes_from: + - web + command: python -u -m smtpd -n -c alluratest.smtp_debug.BetterDebuggingServer 0.0.0.0:8826 expose: - "8826" http://git-wip-us.apache.org/repos/asf/allura/blob/991a12c9/requirements.txt ---------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index fc32006..0cd789a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,4 +98,4 @@ sphinx-rtd-theme==0.1.6 sphinxcontrib-programoutput==0.8 # deployment -gunicorn==19.3.0 +gunicorn==19.4.5