Conservancy: remove depends_on, at least temporarily.
Some checks failed
Javascript build and test / lint (14.6.0, ubuntu-20.04) (push) Has been cancelled
Javascript build and test / jest (14.6.0, ubuntu-20.04) (push) Has been cancelled
Javascript build and test / webpack (14.6.0, ubuntu-20.04) (push) Has been cancelled
Placeholders / notice_js (push) Has been cancelled
Placeholders / notice_ruby (push) Has been cancelled
Placeholders / lint (14.6.0, ubuntu-20.04) (push) Has been cancelled
Placeholders / jest (14.6.0, ubuntu-20.04) (push) Has been cancelled
Placeholders / webpack (14.6.0, ubuntu-20.04) (push) Has been cancelled
Placeholders / main_build (14.6.0, ubuntu-20.04, 2.7.3) (push) Has been cancelled
Ruby test and build / main_build (14.6.0, ubuntu-20.04, 2.7.3) (push) Has been cancelled

I don't currently understand how depends_on works in Docker, so I'm
just removing it for now until I know what to put it in its place.
This commit is contained in:
Bradley M. Kuhn 2021-08-08 16:06:29 -07:00
parent 2d959ab8be
commit 9368de336a

View file

@ -7,9 +7,6 @@ services:
context: ../..
dockerfile: docker/build/Dockerfile
image: conservancy-houdini:latest
depends_on:
- db
- memcached
environment:
- DATABASE_HOST=db
volumes: