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 built-in services in CI #13

Closed
arm4b opened this issue Nov 5, 2015 · 3 comments
Closed

Use built-in services in CI #13

arm4b opened this issue Nov 5, 2015 · 3 comments

Comments

@arm4b
Copy link
Member

arm4b commented Nov 5, 2015

Low priority

CircleCI has built-in RabbitMQ, Mongo and PostgreSQL services already up and running.
Instead of downloading respective Docker images, we can use CI services to save some time (2-3 mins).

Since docker-compose supports different configs, depending on environment, this looks like good approach which won't break existing beauty.
http://docs.docker.com/compose/extends/#multiple-compose-files

So for local env and CI env there will be a bit different configs (with and without linked services).

@dennybaa
Copy link
Contributor

dennybaa commented Nov 5, 2015

Yeap. Btw we already using multiple compose files.

@dennybaa
Copy link
Contributor

implemented in #17

@arm4b
Copy link
Member Author

arm4b commented Nov 26, 2015

👍

@arm4b arm4b closed this as completed Nov 26, 2015
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

No branches or pull requests

2 participants