Skip to content

Commit 983c5cb

Browse files
committed
does this fix env variables?
1 parent cebe9a2 commit 983c5cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ services:
150150
- RABBITMQ_HOST=rabbitmq
151151
- RABBITMQ_USER=${RABBITMQ_USER:-guest}
152152
- RABBITMQ_PASS=${RABBITMQ_PASS:-guest}
153+
- ELASTICSEARCH_HOST=elasticsearch # ← Might be missing
154+
- ELASTICSEARCH_PORT=9200
153155
networks:
154156
- clowder2
155157
depends_on:

0 commit comments

Comments
 (0)