Add a volume to accounts, so it can find its JWKS.json
This commit is contained in:
parent
c89663b393
commit
31d73821ef
|
@ -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:
|
||||
|
|
Reference in New Issue