We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c82bf95 + e54c4fd commit 7e6640bCopy full SHA for 7e6640b
src/development/stack.yml
@@ -376,7 +376,8 @@ services:
376
- postgres_password
377
- postgres_user
378
volumes:
379
- - ../../../reccoom/:/srv/app/
+ - ../../../reccoom/:/srv/app/ #DARGSTACK-REMOVE
380
+ - ./configurations/postgraphile/jwtRS256.key.pub:/run/configurations/jwtRS256.key.pub:ro
381
reccoom_postgres:
382
# You can access reccoom's database via `adminer`.
383
environment:
src/production/production.yml
@@ -66,7 +66,6 @@ services:
66
reccoom:
67
deploy: (( prune ))
68
image: ghcr.io/maevsi/reccoom:0.5.0
69
- volumes: (( prune ))
70
redpanda-console:
71
deploy:
72
labels:
0 commit comments