Skip to content

Commit 6f0d3d5

Browse files
committed
chore(reccoom): add database secrets
1 parent 66ff5c8 commit 6f0d3d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/development/stack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ services:
307307
reccoom:
308308
# You cannot access the recommendation service directly.
309309
image: maevsi/reccoom:dev
310+
secrets:
311+
- postgres_db
312+
- postgres_password
313+
- postgres_user
310314
volumes:
311315
- ../../../reccoom/:/srv/app/
312316
redpanda:

0 commit comments

Comments
 (0)