infra: replace nginx references with hanzoai/ingress

Update compose volume mounts and comments to reference hanzoai/ingress
instead of nginx for the MinIO load balancer proxy.
This commit is contained in:
Hanzo Dev
2026-03-25 12:12:04 -07:00
parent 0190a78c40
commit a6f60e67b3
+2 -2
View File
@@ -9,7 +9,7 @@ x-minio-common: &minio-common
- "9001"
# starts 4 docker containers running minio server instances.
# using nginx reverse proxy, load balancing, you can access
# using hanzoai/ingress reverse proxy, load balancing, you can access
# it through port 9000.
services:
minio1:
@@ -47,7 +47,7 @@ services:
ingress:
image: ghcr.io/hanzoai/ingress:latest
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./ingress.conf:/etc/ingress/config.yml:ro
ports:
- "9000:9000"
- "9001:9001"