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

feat(compose): add minio container #74

Merged
merged 5 commits into from
Jun 23, 2024
Merged

Conversation

Fenrikur
Copy link
Member

Added a MinIO container to the docker-compose.yml for local testing. To verify, run just clean; just containerize; just up in the root of the repo and wait until minio-init has completed (might take a few seconds).
If just is unavailable, try running the following in the root of the repo:

docker compose down;
docker rmi ghcr.io/eurofurence/ef-app_backend-dotnet-core:nightly;
rm appsettings.json;
cp src/Eurofurence.App.Server.Web/appsettings.sample.json appsettings.json;
docker compose build;
docker compose up;

Caution: This will replace your appsettings.json with the default for local development!

@Fenrikur Fenrikur requested a review from Metawolve June 23, 2024 00:12
@Fenrikur Fenrikur self-assigned this Jun 23, 2024
@Fenrikur Fenrikur merged commit 52630ec into main Jun 23, 2024
@Fenrikur Fenrikur deleted the feature/docker-compose-minio branch June 23, 2024 00:19
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.

2 participants