Skip to content

Commit db2f3b4

Browse files
authored
Merge pull request #175 from maevsi/feat/reccoom/add
feat: revert "feat(services)!: remove reccoom"
2 parents 09cc669 + 649d39f commit db2f3b4

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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`.

src/development/stack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

src/production/production.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ))

0 commit comments

Comments
 (0)