Skip to content
New issue

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

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

Already on GitHub? # to your account

Replace bash scripts with docker-compose #273

Closed
mmatczuk opened this issue Jan 26, 2018 · 1 comment · Fixed by #1181
Closed

Replace bash scripts with docker-compose #273

mmatczuk opened this issue Jan 26, 2018 · 1 comment · Fixed by #1181

Comments

@mmatczuk
Copy link
Contributor

The idea is to remove all the bash files and replace them by a docker compose file. The variables should be put to .env file (auto read by docker-compose) other things can be directly rewritten do docker-compose file.

Benefits:

  • more standard, easier to read, port or include in an containerized environment
  • single control point (docker-compose)
  • more control
  • easier to use
@tzach
Copy link
Contributor

tzach commented Jan 28, 2018

Make sense @rusher81572 already made a similar effort in scylla-code-example
Even with a small bash wrapper, it should still simplify the stack.
Who volunteers to send a PR?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
3 participants