From 8084d185c806ddaff92c21e0169d1d8c23cfed76 Mon Sep 17 00:00:00 2001 From: Carl Hurd Date: Wed, 23 Oct 2024 22:20:32 -0400 Subject: [PATCH] Update reactive-resume.yaml Add the required env vars for Minio for Coolify handling --- templates/compose/reactive-resume.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/compose/reactive-resume.yaml b/templates/compose/reactive-resume.yaml index e2d18e8e4..12cccebd9 100644 --- a/templates/compose/reactive-resume.yaml +++ b/templates/compose/reactive-resume.yaml @@ -48,7 +48,8 @@ services: image: minio/minio command: server /data --console-address ":9001" environment: - - SERVICE_FQDN_MINIO_9000 + - MINIO_SERVER_URL=$MINIO_SERVER_URL + - MINIO_BROWSER_REDIRECT_URL=$MINIO_BROWSER_REDIRECT_URL - MINIO_ROOT_USER=$SERVICE_USER_MINIO - MINIO_ROOT_PASSWORD=$SERVICE_PASSWORD_MINIO volumes: