Skip to content

Commit 927aed4

Browse files
author
Sunil Thaha
committed
chore(compose/dev): add monitoring
Signed-off-by: Sunil Thaha <[email protected]>
1 parent 27a13ed commit 927aed4

File tree

12 files changed

+2566
-3
lines changed

12 files changed

+2566
-3
lines changed

manifests/compose/dev/compose.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: model-dev
2+
include:
3+
- path:
4+
- ../monitoring/compose.yaml
5+
- ./overrides.yaml
6+
27
services:
38
kepler:
49
image: quay.io/sustainable_computing_io/kepler:latest
510
ports:
6-
- 9100:9100
11+
- 19100:9100
712
privileged: true
813
pid: host
914
networks:
@@ -85,7 +90,7 @@ services:
8590

8691
model-server:
8792
ports:
88-
- 8100:8100
93+
- 18100:8100
8994
command: [model-server, -l, debug]
9095
build:
9196
<<: *build

0 commit comments

Comments
 (0)