File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff 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
5558globals :
5659 ndnNetwork : /ndn
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments