summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-04-17 10:32:13 +0100
committerStephen Finucane <stephen@that.guru>2018-04-26 10:47:02 +0100
commit1590c21d07bc679c54975fa33f409b976896cc37 (patch)
treec34818da40e84b27b3c4f11407c2a495025f007d /docker-compose.yml
parent98abeada054c4573bba9dcb20091df21304a598e (diff)
downloadpatchwork-1590c21d07bc679c54975fa33f409b976896cc37.tar
patchwork-1590c21d07bc679c54975fa33f409b976896cc37.tar.gz
docker-compose: Remove 'links' section
This is no longer needed as the service name is also the host names in v2 syntax [1]. [1] https://docs.docker.com/compose/networking/ Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 18d60b7..46c8676 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -20,10 +20,6 @@ services:
- .:/home/patchwork/patchwork/
ports:
- "8000:8000"
- # TODO(stephenfin): links are deprecated and should be replaced
- # with user-defined networks
- links:
- - db
environment:
- UID
- PW_TEST_DB_HOST=db