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.
1 parent d90e36b commit a9702ebCopy full SHA for a9702eb
compose.yml
@@ -29,10 +29,13 @@ services:
29
restart: "always" # automatically restart container when server crashes
30
environment:
31
JWT_SECRET: ${JWT_SECRET}
32
+ DATABASE_URL: "postgres://postgres:notSoSecret@postgres:5432"
33
+ POSTMARK_AUTH_TOKEN: ${POSTMARK_AUTH_TOKEN}
34
ports:
35
- "42069:42069" # expose port 42069 so that applications outside the container can connect to it
36
depends_on:
37
- postgres
38
+ - redis
39
postgres:
40
image: postgres:16.4-alpine
41
container_name: postgres
0 commit comments