mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-23 01:55:07 +02:00
🔧(dev) generate the JWT signing key when bootstrapping the dev stack
Thw private key needed to generate a jwt token will be mandatory. In order to ease the development we want to automate its generation
This commit is contained in:
@@ -82,6 +82,7 @@ services:
|
||||
volumes:
|
||||
- ./src/backend:/app
|
||||
- ./data/static:/data/static
|
||||
- ./data/jwt:/data/jwt:ro
|
||||
- /app/.venv
|
||||
depends_on:
|
||||
postgresql:
|
||||
@@ -111,6 +112,7 @@ services:
|
||||
volumes:
|
||||
- ./src/backend:/app
|
||||
- ./data/static:/data/static
|
||||
- ./data/jwt:/data/jwt:ro
|
||||
- /app/.venv
|
||||
depends_on:
|
||||
- app-dev
|
||||
|
||||
Reference in New Issue
Block a user