Skip to content

Commit 7e6640b

Browse files
authored
Merge pull request #219 from maevsi/feat/reccoom/jwt-public-key
feat(reccoom): mount jwt public key
2 parents c82bf95 + e54c4fd commit 7e6640b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/development/stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@ services:
376376
- postgres_password
377377
- postgres_user
378378
volumes:
379-
- ../../../reccoom/:/srv/app/
379+
- ../../../reccoom/:/srv/app/ #DARGSTACK-REMOVE
380+
- ./configurations/postgraphile/jwtRS256.key.pub:/run/configurations/jwtRS256.key.pub:ro
380381
reccoom_postgres:
381382
# You can access reccoom's database via `adminer`.
382383
environment:

src/production/production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ services:
6666
reccoom:
6767
deploy: (( prune ))
6868
image: ghcr.io/maevsi/reccoom:0.5.0
69-
volumes: (( prune ))
7069
redpanda-console:
7170
deploy:
7271
labels:

0 commit comments

Comments
 (0)