Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
5 changes: 5 additions & 0 deletions src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ))
Expand Down