You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2016/02/29 16:56:40 UTC

[2/2] allura git commit: Remove web->outmail link since outmail uses the allura_web image (circular ref), and outbound mail never goes from web (it goes from taskd)

Remove web->outmail link since outmail uses the allura_web image (circular ref), and outbound mail never goes from web (it goes from taskd)


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/d55f7f26
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/d55f7f26
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/d55f7f26

Branch: refs/heads/master
Commit: d55f7f26f494cef5af04883d3c5c3d10db73b2b0
Parents: eea4493
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Feb 15 15:35:23 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Mon Feb 29 10:55:22 2016 -0500

----------------------------------------------------------------------
 docker-compose.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/d55f7f26/docker-compose.yml
----------------------------------------------------------------------
diff --git a/docker-compose.yml b/docker-compose.yml
index af2decb..22c9a38 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -28,7 +28,6 @@ web:
   links:
     - mongo
     - solr
-    - outmail
 
 taskd:
   image: allura_web