Skip to content

Commit 874c048

Browse files
authored
Update docker-compose.yml
1 parent 6e10ff1 commit 874c048

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
@@ -1,6 +1,6 @@
11

22
services:
3-
auth:
3+
runner_controller:
44
image: ghcr.io/evolutionary-algorithms-on-click/runner_controller_microservice:main
55
ports:
66
- "5002:5002"
@@ -12,4 +12,4 @@ services:
1212
RABBITMQ_URL : amqp://<user>:<password>@host.docker.internal:5672/
1313
FRONTEND_URL : http://host.docker.internal:3000
1414
HTTP_PORT : 5002
15-
AUTH_GRPC_ADDRESS : host.docker.internal:5001
15+
AUTH_GRPC_ADDRESS : host.docker.internal:5001

0 commit comments

Comments
 (0)