diff --git a/README.md b/README.md index eefad3c1..e26a20ca 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,10 @@ This project is deployed in accordance to the [DargStack template](https://githu You can access the metrics monitoring at [prometheus.localhost](https://prometheus.localhost/). + - ### `reccoom` + + You cannot access the recommendation service directly. + - ### `redpanda` You can access the event streaming platform's ui as described under `redpanda-console`. diff --git a/src/development/stack.yml b/src/development/stack.yml index d1b52496..c9f36555 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -358,6 +358,11 @@ services: volumes: - ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro - prometheus_data:/prometheus + reccoom: + # You cannot access the recommendation service directly. + image: maevsi/reccoom:dev + volumes: + - ../../../reccoom/:/srv/app/ redpanda: # You can access the event streaming platform's ui as described under `redpanda-console`. command: diff --git a/src/production/production.yml b/src/production/production.yml index 1fde19e8..04473178 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -127,6 +127,9 @@ services: labels: - (( append )) - traefik.http.routers.prometheus_secure.tls.certresolver=default + reccoom: + image: ghcr.io/maevsi/reccoom:0.1.0 + volumes: (( prune )) sqitch: image: ghcr.io/maevsi/sqitch:5.0.2 volumes: (( prune ))