diff options
author | Ernst Widerberg <ernst@sunet.se> | 2021-11-24 11:39:17 +0100 |
---|---|---|
committer | Ernst Widerberg <ernst@sunet.se> | 2021-11-24 11:39:17 +0100 |
commit | a2c683f2889d87b2bbc40c50ddd62ff1a0bf3cb6 (patch) | |
tree | d09da5b06e38b19fd09d3e2f9a1586fa44e06dab /auth-server-poc/docker-compose.yml | |
parent | ddcf75e20257ab32a2ad07e8a401852fcd659223 (diff) |
Use DOCKER_JWT_PUBKEY_PATH in auth-server-poc as well
Diffstat (limited to 'auth-server-poc/docker-compose.yml')
-rw-r--r-- | auth-server-poc/docker-compose.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-server-poc/docker-compose.yml b/auth-server-poc/docker-compose.yml index d62bd77..1a43372 100644 --- a/auth-server-poc/docker-compose.yml +++ b/auth-server-poc/docker-compose.yml @@ -6,10 +6,9 @@ services: ports: - 8000:80 volumes: - - auth-server-poc_cert:/opt/auth-server-poc/cert/ + - ${DOCKER_JWT_PUBKEY_PATH}:/opt/auth-server-poc/cert/ - auth-server-poc_userdb:/opt/auth-server-poc/userdb/ container_name: auth-server-poc volumes: - auth-server-poc_cert: auth-server-poc_userdb: |