We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e10ff1 + 874c048 commit 010afe8Copy full SHA for 010afe8
docker-compose.yml
@@ -1,6 +1,6 @@
1
2
services:
3
- auth:
+ runner_controller:
4
image: ghcr.io/evolutionary-algorithms-on-click/runner_controller_microservice:main
5
ports:
6
- "5002:5002"
@@ -12,4 +12,4 @@ services:
12
RABBITMQ_URL : amqp://<user>:<password>@host.docker.internal:5672/
13
FRONTEND_URL : http://host.docker.internal:3000
14
HTTP_PORT : 5002
15
- AUTH_GRPC_ADDRESS : host.docker.internal:5001
+ AUTH_GRPC_ADDRESS : host.docker.internal:5001
0 commit comments