Skip to content

Commit

Permalink
add session secret env var to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 committed Sep 16, 2022
1 parent 01d1892 commit 3971399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
- BACKEND_URL=${BACKEND_URL}
- EXPRESS_SECRET=${EXPRESS_SECRET}
- SESSION_SECRET=${EXPRESS_SECRET}
jobs:
image: metlo/jobrunner
container_name: metlo-jobs
Expand Down

0 comments on commit 3971399

Please sign in to comment.