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

Improve Docker Compose setup #1065

Merged
merged 3 commits into from
Feb 12, 2024
Merged

Improve Docker Compose setup #1065

merged 3 commits into from
Feb 12, 2024

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Feb 9, 2024

  • Use snapshot images per default, so folks who want to give it a spin don't end up using outdated images
  • Use -native images per default, to reduce the resource footprint when testing locally
  • Add a container that automatically generates the secret.key file, so users don't have to do it manually
  • Add health checks for Postgres and Redpanda, and have services depending on them wait for them to become healthy
  • Remove outdated load-test profile
  • Remove outdated environment variables

* Use `snapshot` images per default, so folks who want to give it a spin don't end up using outdated images
* Use `-native` images per default, to reduce the resource footprint when testing locally
* Add a container that automatically generates the `secret.key` file, so users don't have to do it manually
* Add health checks for Postgres and Redpanda, and have services depending on them wait for them to become healthy
* Remove outdated `load-test` profile
* Remove outdated environment variables

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added the enhancement New feature or request label Feb 9, 2024
Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added the documentation Improvements or additions to documentation label Feb 9, 2024
These need to be in context of the vulnerability policy documentation, on its own it can be confusing to users. We should aim to make the initial "getting started" experience as easy as possible.

Signed-off-by: nscuro <nscuro@protonmail.com>
Copy link

sonarcloud bot commented Feb 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@nscuro nscuro added this to the 0.3.0 milestone Feb 12, 2024
@nscuro nscuro merged commit bc23187 into main Feb 12, 2024
11 checks passed
@nscuro nscuro deleted the compose-improvements branch February 12, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants