Skip to content

Commit 52af2e0

Browse files
committed
[chore]: update local docker-compose
1 parent 7ce86e7 commit 52af2e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ services:
1010
MINIO_URL : host.docker.internal:9000
1111
MINIO_ACCESS_KEY : minioadmin
1212
MINIO_SECRET_KEY : minioadmin
13-
RABBITMQ_URL : amqp://user:[email protected]:5672/
14-
RABBITMQ_QUEUE: task_queue
1513
WEBSOCKET_LOG_URL: ws://host.docker.internal:5002/live
16-
REDIS_URL: redis://host.docker.internal:6379/0
14+
REDIS_URL: redis://host.docker.internal:6379/0
15+
REDIS_QUEUE_NAME: task_queue

0 commit comments

Comments
 (0)