From 649d39fb839a651dbddf5e616d591cd05e59958e Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Tue, 4 Mar 2025 21:35:59 +0100 Subject: [PATCH] feat: revert "feat(services)!: remove reccoom" This reverts commit 9dfd9f53de053e999c40a00a90ee0f9c36c0c45e. --- README.md | 4 ++++ src/development/stack.yml | 5 +++++ src/production/production.yml | 3 +++ 3 files changed, 12 insertions(+) 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 ))