Skip to content

Commit 56cedb4

Browse files
authored
Server: include JWT secret in the docker compose example. (#1427)
This docker compose is not really an example per se, but it's being used as a reference one. So it's better to have it include the last missing piece for starting the server, which is setting the JWT secret.
1 parent 355a523 commit 56cedb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
WAIT_FOR: "true" # We want to wait for the default services
1010
SVIX_REDIS_DSN: "redis://redis:6379"
1111
SVIX_DB_DSN: "postgresql://postgres:postgres@pgbouncer/postgres"
12+
# SVIX_JWT_SECRET: "x" # IMPORTANT: uncomment and set a real JWT secret here.
1213
ports:
1314
- "8071:8071"
1415
depends_on:

0 commit comments

Comments
 (0)