ArijitSinghEDA commented on issue #908:
URL: https://github.com/apache/iceberg-python/issues/908#issuecomment-2224625065
Hi @kevinjqliu
The example shared is very insightful, but my issue is that I have a MinIO
service serving already for other tasks as well, and I want to access this
MinIO service only, rather than creating a new one. All my dockers have
different compose files, but all are running on the same network, even the
docker for pyiceberg as well. I am just unable to find a reason why is it
prefixing the bucket name to the service name here.
As for the `docker-compose.yaml` file I am using:
```
version: "2"
services:
local-pyiceberg:
build: .
container_name: local-pyiceberg
ports:
- "8046:80"
volumes:
- /opt/local/:/opt/local
networks:
default:
external:
name: local-zone_default
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]