File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,10 @@ This project is deployed in accordance to the [DargStack template](https://githu
218218
219219 You can access the metrics monitoring at [ prometheus.localhost] ( https://prometheus.localhost/ ) .
220220
221+ - ### ` reccoom `
222+
223+ You cannot access the recommendation service directly.
224+
221225 - ### ` redpanda `
222226
223227 You can access the event streaming platform's ui as described under ` redpanda-console ` .
Original file line number Diff line number Diff line change @@ -358,6 +358,11 @@ services:
358358 volumes :
359359 - ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
360360 - prometheus_data:/prometheus
361+ reccoom :
362+ # You cannot access the recommendation service directly.
363+ image : maevsi/reccoom:dev
364+ volumes :
365+ - ../../../reccoom/:/srv/app/
361366 redpanda :
362367 # You can access the event streaming platform's ui as described under `redpanda-console`.
363368 command :
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ services:
127127 labels :
128128 - (( append ))
129129 - traefik.http.routers.prometheus_secure.tls.certresolver=default
130+ reccoom :
131+ image : ghcr.io/maevsi/reccoom:0.1.0
132+ volumes : (( prune ))
130133 sqitch :
131134 image : ghcr.io/maevsi/sqitch:5.0.2
132135 volumes : (( prune ))
You can’t perform that action at this time.
0 commit comments