Skip to content

Commit a9702eb

Browse files
committed
chore: add missing envs to compose
Signed-off-by: Ibrahim Mbaziira <[email protected]>
1 parent d90e36b commit a9702eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ services:
2929
restart: "always" # automatically restart container when server crashes
3030
environment:
3131
JWT_SECRET: ${JWT_SECRET}
32+
DATABASE_URL: "postgres://postgres:notSoSecret@postgres:5432"
33+
POSTMARK_AUTH_TOKEN: ${POSTMARK_AUTH_TOKEN}
3234
ports:
3335
- "42069:42069" # expose port 42069 so that applications outside the container can connect to it
3436
depends_on:
3537
- postgres
38+
- redis
3639
postgres:
3740
image: postgres:16.4-alpine
3841
container_name: postgres

0 commit comments

Comments
 (0)