mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
using the main image so that developers don't have to build our image locally for demos
This commit is contained in:
parent
b9b91ddc74
commit
84bf2dbedb
1 changed files with 1 additions and 12 deletions
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
services:
|
||||
plano:
|
||||
build:
|
||||
context: ../../../
|
||||
dockerfile: Dockerfile
|
||||
image: katanemo/plano:0.4.6
|
||||
ports:
|
||||
- "12000:12000"
|
||||
- "8001:8001"
|
||||
|
|
@ -56,12 +54,3 @@ services:
|
|||
depends_on:
|
||||
- weather-agent
|
||||
- flight-agent
|
||||
jaeger:
|
||||
build:
|
||||
context: ../../shared/jaeger
|
||||
container_name: jaeger
|
||||
restart: always
|
||||
ports:
|
||||
- "16686:16686" # Jaeger UI
|
||||
- "4317:4317" # OTLP gRPC receiver
|
||||
- "4318:4318" # OTLP HTTP receiver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue