fix(admin-service): use oss.gogenex.com domain with extra_hosts for MinIO
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1d611f9a5f
commit
9e3c294e03
|
|
@ -353,14 +353,16 @@ services:
|
||||||
- DB_USERNAME=genex
|
- DB_USERNAME=genex
|
||||||
- DB_PASSWORD=${DB_PASSWORD}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
- DB_NAME=genex
|
- DB_NAME=genex
|
||||||
- MINIO_ENDPOINT=192.168.1.200 # MinIO on gateway — internal HTTP proxy (Nginx :9200 → MinIO:9100, no SSL)
|
- MINIO_ENDPOINT=oss.gogenex.com
|
||||||
- MINIO_PORT=9200
|
- MINIO_PORT=443
|
||||||
- MINIO_USE_SSL=false
|
- MINIO_USE_SSL=true
|
||||||
- MINIO_ACCESS_KEY=genex-admin
|
- MINIO_ACCESS_KEY=genex-admin
|
||||||
- MINIO_SECRET_KEY=genex-minio-secret
|
- MINIO_SECRET_KEY=genex-minio-secret
|
||||||
- MINIO_BUCKET=app-releases
|
- MINIO_BUCKET=app-releases
|
||||||
- OSS_BASE_URL=https://oss.gogenex.com # Public download base URL for app packages
|
- OSS_BASE_URL=https://oss.gogenex.com
|
||||||
- JWT_ACCESS_SECRET=dev-access-secret-change-in-production
|
- JWT_ACCESS_SECRET=dev-access-secret-change-in-production
|
||||||
|
extra_hosts:
|
||||||
|
- "oss.gogenex.com:192.168.1.200"
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue