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 devcontainer experience #72

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Conversation

aykut-bozkurt
Copy link
Collaborator

@aykut-bozkurt aykut-bozkurt commented Nov 9, 2024

  • Switch to docker-compose.yml instead of Dockerfile for dev container setup,
  • Sets up minio s3 emulator via docker container,
  • Got rid of dotenvy crate dependency as we export env vars from .env file both at ci and dev container,
  • Add CONTRIBUTING.md.

NOTE: for macOS users that have unexpected permission errors, you can switch from virtiofs into gRPC fuse container file sharing implementation. There are sometimes issues with permissions with virtiofs. (see issue docker/for-mac#6614 (comment))

Closes #58

@aykut-bozkurt aykut-bozkurt force-pushed the aykut/devcontainer branch 7 times, most recently from 0e368ae to e68d7a0 Compare November 9, 2024 19:55
- [x] Switch to `docker-compose.yml` instead of `Dockerfile` for dev container setup,
- [x] Sets up minio s3 emulator via docker container,
- [x] Add `CONTRIBUTING.md`.
@aykut-bozkurt aykut-bozkurt merged commit e501587 into main Nov 9, 2024
4 checks passed
@aykut-bozkurt aykut-bozkurt deleted the aykut/devcontainer branch November 9, 2024 20:15
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.

Add DEVELOPMENT.md
1 participant