Skip to content

Commit a7ecd12

Browse files
committed
[chore]: update local docker-compose
1 parent 14a4669 commit a7ecd12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ services:
1212
MINIO_ENDPOINT : host.docker.internal:9000
1313
MINIO_ACCESS_KEY_ID : minioadmin
1414
MINIO_SECRET_KEY : minioadmin
15-
RABBITMQ_URL : amqp://user:[email protected]:5672/
1615
FRONTEND_URL : http://localhost:3000
1716
HTTP_PORT : 5002
1817
AUTH_GRPC_ADDRESS : host.docker.internal:5001
19-
REDIS_URL: redis://host.docker.internal:6379/0
18+
REDIS_URL: redis://host.docker.internal:6379/0
19+
REDIS_QUEUE_NAME: task_queue

0 commit comments

Comments
 (0)