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

Keep only one docker-compose file #371

Merged
merged 2 commits into from
May 2, 2019
Merged

Keep only one docker-compose file #371

merged 2 commits into from
May 2, 2019

Conversation

lunika
Copy link
Member

@lunika lunika commented Apr 30, 2019

Purpose

One docker-compose to rule them all, one docker-compose to find them,
One docker-compose to bring them all and in the CI bind them.

Having multiple docker-compose files is hard to maintain, every change in the main file should be reflected in other ones. Having only one docker-compose will ease our life.

Proposal

  • Remove docker/compose directory
  • Refactor docker-compose.yml file to change the environment file to use
  • Refactor the CircleCI configuration to use the new app-ci service

.circleci/config.yml Outdated Show resolved Hide resolved
.circleci/config.yml Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
@lunika lunika requested a review from jmaupetit May 2, 2019 08:13
lunika added 2 commits May 2, 2019 15:02
Having a docker-compose file for tests tasks is useless and hard to
maintain. Every time the docker-compose stack change we have to think
about updating it. Removing it will ease our work.
Docker-compose configuration for production was not used since a while
and for ci we dedied to merge it in the main docker-compose config. We
now have only one docker-compose file.
@lunika lunika merged commit 2d3f533 into master May 2, 2019
@lunika lunika deleted the compose-remove branch May 2, 2019 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants