added infrastructure code #1

Merged
brian merged 4 commits from add-infrastructure into main 2025-09-18 13:23:29 +02:00
Showing only changes of commit f8e435bfe2 - Show all commits
-3
View File
@@ -66,9 +66,6 @@ def minio_container() -> Generator[dict[str, str]]:
image=MINIO_DOCKER_IMAGE,
access_key=access_key,
secret_key=secret_key,
).with_bind_ports( # expose webUI on 9001
container=9001,
host=9001,
)
container.start()
# Build environment variables dictionary