Skip to content

Commit 861536b

Browse files
committed
add rabbit env vars to docker-compose
1 parent 38476c4 commit 861536b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,11 @@ services:
11331133
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
11341134
POSTGRES_PORT: ${POSTGRES_PORT}
11351135
POSTGRES_USER: ${POSTGRES_USER}
1136+
RABBIT_HOST: ${RABBIT_HOST}
1137+
RABBIT_PASSWORD: ${RABBIT_PASSWORD}
1138+
RABBIT_PORT: ${RABBIT_PORT}
1139+
RABBIT_SECURE: ${RABBIT_SECURE}
1140+
RABBIT_USER: ${RABBIT_USER}
11361141
REDIS_HOST: ${REDIS_HOST}
11371142
REDIS_PORT: ${REDIS_PORT}
11381143
REDIS_SECURE: ${REDIS_SECURE}

0 commit comments

Comments
 (0)