Skip to content

Commit

Permalink
Added Rabbitmq url to params
Browse files Browse the repository at this point in the history
  • Loading branch information
bluvulture committed Dec 2, 2024
1 parent 662bf4b commit 584bddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ services:
REDIS_HOST: "redis"
REDIS_PORT: "6379"
PIMCORE_TOKEN: "1234567890"
RABBITMQ_UR: "amqp://user:pass@rabbitmq:1234"
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 584bddb

Please sign in to comment.