]> git.ipfire.org Git - thirdparty/patchwork.git/commit
docker: Add 'depends_on'
authorStephen Finucane <stephen@that.guru>
Thu, 26 Apr 2018 12:45:50 +0000 (13:45 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 26 Apr 2018 13:10:58 +0000 (14:10 +0100)
commitf3e3ac6c93d5be664836a41ab1a5de4ca92b7244
tree2377558bae7d064e233bbdfd1ca487810c5f59fd
parent1c91f124959deb16088c6216ba2740a66d274050
docker: Add 'depends_on'

This is required now that we're no longer using links. Without it,
'docker-compose up' works but 'docker-compose run web' does not.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 1590c21d ("docker-compose: Remove 'links' section")
docker-compose.yml