Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 70639c5

Browse files
committed
fix: [#10] remove undefined service dependencies from Docker Compose
- Remove index-gui and index services from proxy dependencies - These services were referenced but not defined in compose.yaml - Fixes Docker Compose validation error when starting services - Now allows tracker service to start successfully
1 parent a43d130 commit 70639c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

application/compose.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ services:
3636
max-size: "10m"
3737
max-file: "10"
3838
depends_on:
39-
- index-gui
40-
- index
4139
- tracker
4240
- grafana
4341

@@ -108,4 +106,3 @@ networks:
108106
volumes:
109107
mysql_data: {}
110108
grafana_data: {}
111-

0 commit comments

Comments
 (0)