From a2c683f2889d87b2bbc40c50ddd62ff1a0bf3cb6 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Wed, 24 Nov 2021 11:39:17 +0100 Subject: Use DOCKER_JWT_PUBKEY_PATH in auth-server-poc as well --- auth-server-poc/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auth-server-poc/docker-compose.yml') 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: -- cgit v1.1