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

chore: Get Docker Compose Working #160

Merged
merged 2 commits into from
Jan 30, 2024
Merged

chore: Get Docker Compose Working #160

merged 2 commits into from
Jan 30, 2024

Conversation

johnnyhuy
Copy link
Contributor

@johnnyhuy johnnyhuy commented Jan 28, 2024

Reading through the docs in the Docker Compose section requires some environment variables to work out of the box.

I've based these values on the .env.sample dotfile. We can also use the env_file field on the Compose file if we prefer not to duplicate these values.

Tested on:

  • Docker Compose version v2.23.0-desktop.1
  • Docker Desktop 4.25.2 (129061)
  • macOS 14.2.1 (23C71)

- Change `MOCKBIN_REDIS` environment variable to use `redis://` protocol
- Add `MOCKBIN_QUIET` environment variable and set it to `false`
- Add `MOCKBIN_PORT` environment variable and set it to `8080`
@CLAassistant
Copy link

CLAassistant commented Jan 28, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jackkav
Copy link
Contributor

jackkav commented Jan 30, 2024

Thanks @johnnyhuy !

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.

3 participants