Skip to content

Commit 3bc8db6

Browse files
committed
Add autoscaling microservice to default network when running locally. This enables it to talk with the opentelemetry collector
1 parent ea88f43 commit 3bc8db6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/docker-compose.local.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ services:
2828
ports:
2929
- "8007:8000"
3030
- "3012:3000"
31+
networks:
32+
- default
3133

3234
catalog:
3335
environment:

0 commit comments

Comments
 (0)