You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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:
The text was updated successfully, but these errors were encountered: