summaryrefslogtreecommitdiff
path: root/auth-server-poc
diff options
context:
space:
mode:
Diffstat (limited to 'auth-server-poc')
-rw-r--r--auth-server-poc/docker-compose.yml3
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: