In the deploy/docker/.env file, the specified endpoint for the S3 storage is the following:
REGISTRY_S3_ENDPOINT="http://localhost:9000"
How about changing this to a Docker Compose endpoint, for example:
REGISTRY_S3_ENDPOINT="http://storage:9000"
Where storage corresponds to the name in the Docker Compose file.
In the
deploy/docker/.envfile, the specified endpoint for the S3 storage is the following:How about changing this to a Docker Compose endpoint, for example:
Where
storagecorresponds to the name in the Docker Compose file.