Skip to content

Commit 8a97784

Browse files
Add trace-collector service
1 parent 2c42756 commit 8a97784

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ services:
5151
template_path: templates/file-server
5252
render_path: dist/file-server
5353

54+
trace-collector:
55+
pass: on
56+
5457
# Global variables that are available in all templates
5558
globals:
5659
ndnNetwork: /ndn

docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,17 @@ services:
220220
nfd: { condition: service_healthy }
221221
logging:
222222
driver: local
223+
224+
trace-collector:
225+
image: sankalpatimilsina/scheduler:latest
226+
init: true
227+
network_mode: service:nfd
228+
volumes:
229+
- /home/.ssh:/root/.ssh:ro
230+
- /home/ndnops/ndntdump-exp-2023:/dump
231+
- ${PWD}/dist/nlsr:/config
232+
restart: unless-stopped
233+
depends_on:
234+
nfd: { condition: service_healthy }
235+
logging:
236+
driver: local

0 commit comments

Comments
 (0)