added infrastructure code #1
@@ -66,9 +66,6 @@ def minio_container() -> Generator[dict[str, str]]:
|
|||||||
image=MINIO_DOCKER_IMAGE,
|
image=MINIO_DOCKER_IMAGE,
|
||||||
access_key=access_key,
|
access_key=access_key,
|
||||||
secret_key=secret_key,
|
secret_key=secret_key,
|
||||||
).with_bind_ports( # expose webUI on 9001
|
|
||||||
container=9001,
|
|
||||||
host=9001,
|
|
||||||
)
|
)
|
||||||
container.start()
|
container.start()
|
||||||
# Build environment variables dictionary
|
# Build environment variables dictionary
|
||||||
|
|||||||
Reference in New Issue
Block a user