Skip to content

Commit 03e0eca

Browse files
author
Andrei Neagu
committed
add existing env vars
1 parent e4ddd3b commit 03e0eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,8 @@ services:
562562
REDIS_SECURE: ${REDIS_SECURE}
563563
REDIS_USER: ${REDIS_USER}
564564
REDIS_PASSWORD: ${REDIS_PASSWORD}
565+
CATALOG_HOST: ${CATALOG_HOST}
566+
CATALOG_PORT: ${CATALOG_PORT}
565567
DIRECTOR_V2_HOST: ${DIRECTOR_V2_HOST}
566568
DIRECTOR_V2_PORT: ${DIRECTOR_V2_PORT}
567569
DYNAMIC_SCHEDULER_USE_INTERNAL_SCHEDULER: ${DYNAMIC_SCHEDULER_USE_INTERNAL_SCHEDULER}

0 commit comments

Comments
 (0)