MINIO_SERVER_URL -> apiFqdn
This commit is contained in:
@@ -314,7 +314,7 @@ async function startMinioService(request: FastifyRequest<ServiceStartStop>) {
|
|||||||
destinationDocker,
|
destinationDocker,
|
||||||
persistentStorage,
|
persistentStorage,
|
||||||
exposePort,
|
exposePort,
|
||||||
minio: { rootUser, rootUserPassword },
|
minio: { rootUser, rootUserPassword, apiFqdn },
|
||||||
serviceSecret
|
serviceSecret
|
||||||
} = service;
|
} = service;
|
||||||
|
|
||||||
@@ -333,7 +333,7 @@ async function startMinioService(request: FastifyRequest<ServiceStartStop>) {
|
|||||||
image: `${image}:${version}`,
|
image: `${image}:${version}`,
|
||||||
volumes: [`${id}-minio-data:/data`],
|
volumes: [`${id}-minio-data:/data`],
|
||||||
environmentVariables: {
|
environmentVariables: {
|
||||||
MINIO_SERVER_URL: fqdn,
|
MINIO_SERVER_URL: apiFqdn,
|
||||||
MINIO_DOMAIN: getDomain(fqdn),
|
MINIO_DOMAIN: getDomain(fqdn),
|
||||||
MINIO_ROOT_USER: rootUser,
|
MINIO_ROOT_USER: rootUser,
|
||||||
MINIO_ROOT_PASSWORD: rootUserPassword,
|
MINIO_ROOT_PASSWORD: rootUserPassword,
|
||||||
|
Reference in New Issue
Block a user