Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Docker Compose for container definitions #1244

Open
colekettler opened this issue Aug 17, 2021 · 0 comments
Open

Use Docker Compose for container definitions #1244

colekettler opened this issue Aug 17, 2021 · 0 comments

Comments

@colekettler
Copy link
Contributor

We currently run all containers using docker run commands in scripts and docker. Defining their configuration in docker-compose.yml files and using docker-compose run instead would reduce duplication of config and make our scripts easier to read.

This would introduce another development dependency into this project. We should document installing Docker Compose if necessary as part of project setup. Alternatively, we could wait for Compose v2 to exit beta and rely on the docker compose command built into more recent versions of Docker Engine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant