New environment variables for JWT keys

This commit is contained in:
Lou Knauer
2021-09-21 15:07:42 +02:00
parent 562c8ac71d
commit 3ae494f316
5 changed files with 9 additions and 1 deletions

View File

@@ -73,6 +73,8 @@ services:
environment:
- APP_CLUSTERCOCKPIT_INIT=${APP_CLUSTERCOCKPIT_INIT}
- CLUSTERCOCKPIT_BRANCH=${CLUSTERCOCKPIT_BRANCH}
- APP_JWT_PUB_KEY=${APP_JWT_PUB_KEY}
- APP_JWT_PRIV_KEY=${APP_JWT_PRIV_KEY}
volumes:
- ${DATADIR}/symfony:/var/www/symfony:cached
- ${DATADIR}/job-archive:/var/lib/job-archive:cached