Skip to content

Commit a8952e4

Browse files
Update docker-compose.yml
Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com>
1 parent 92aba08 commit a8952e4

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

docker-compose.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,27 +145,26 @@ services:
145145
interval: 6s
146146
timeout: 10s
147147
retries: 5
148-
148+
149149
go-app:
150-
image: golang:1.23-alpine
151-
working_dir: /app
150+
image: golang:1.23-alpine
151+
working_dir: /app
152152
volumes:
153-
- ./config/demo-trace:/app
153+
- ./config/demo-trace:/app
154154
ports:
155-
- "57400:57400"
156-
command: sh -c "go run main.go"
155+
- "57400:57400"
156+
command: sh -c "go run main.go"
157157
depends_on:
158158
- otel-gw-collector
159159
- spdk
160160
networks:
161-
- opi
161+
- opi
162162
healthcheck:
163163
test: wget --no-verbose --tries=1 --spider http://localhost:57400/health
164164
interval: 10s
165165
timeout: 10s
166-
retries: 5
167-
168-
166+
retries: 5
167+
169168
jaeger-all-in-one:
170169
image: jaegertracing/all-in-one:latest
171170
restart: always
@@ -174,13 +173,13 @@ services:
174173
- "14268"
175174
- "14250"
176175
networks:
177-
- opi
176+
- opi
178177
healthcheck:
179178
test: wget --no-verbose --tries=1 --spider http://localhost:16686 || exit 1
180179
interval: 6s
181180
timeout: 10s
182-
retries: 5
183-
181+
retries: 5
182+
184183
volumes:
185184
influxdb-storage:
186185

0 commit comments

Comments
 (0)