Add a volume to accounts, so it can find its JWKS.json

This commit is contained in:
Ivaylo Novakov 2021-12-02 14:08:42 +01:00
parent c89663b393
commit 31d73821ef
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ services:
- SKYNET_ACCOUNTS_LOG_LEVEL=${SKYNET_ACCOUNTS_LOG_LEVEL}
- KRATOS_ADDR=${KRATOS_ADDR}
- OATHKEEPER_ADDR=${OATHKEEPER_ADDR}
volumes:
- ./docker/accounts/conf:/accounts/conf
expose:
- 3000
networks: