Skip to content

Commit 693e784

Browse files
committed
feat: update docker compose to its latest release
1 parent faea8c7 commit 693e784

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

deployments/docker-compose.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ services:
1818
- ./grafana/config.monitoring
1919
restart: always
2020
jaeger:
21-
image: jaegertracing/all-in-one:latest
22-
healthcheck:
23-
test: "/go/bin/all-in-one-linux status"
24-
interval: 2s
25-
timeout: 20s
26-
retries: 10
21+
image: jaegertracing/jaeger:latest
2722
ports:
2823
- target: 4317
2924
published: 4317
@@ -48,10 +43,6 @@ services:
4843
- 9090:9090
4944
extra_hosts:
5045
- "host.docker.internal:host-gateway"
51-
scylla:
52-
image: scylladb/scylla
53-
ports:
54-
- 9042:9042
5546
postgres:
5647
image: postgres:latest
5748
ports:
@@ -107,18 +98,10 @@ services:
10798
CONSOLE_CONFIG_FILE: |
10899
kafka:
109100
brokers: ["redpanda:9092"]
110-
schemaRegistry:
111-
enabled: true
112-
urls: ["http://redpanda:8081"]
113101
redpanda:
114102
adminApi:
115103
enabled: true
116104
urls: ["http://redpanda:9644"]
117-
connect:
118-
enabled: true
119-
clusters:
120-
- name: local-connect-cluster
121-
url: http://connect:8083
122105
ports:
123106
- 8080:8080
124107
depends_on:

0 commit comments

Comments
 (0)