summaryrefslogtreecommitdiff
path: root/auth-server-poc/docker-compose.yml
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2021-11-24 14:00:53 +0100
committerErnst Widerberg <ernst@sunet.se>2021-11-24 14:00:53 +0100
commit53e4ad9605c9344694d801f16d17b35e41cf74c9 (patch)
tree5c37d6992974f7af7911e25af1a3b0af8e4a0ca3 /auth-server-poc/docker-compose.yml
parent51ac84ecd8b0e6af166c8b6c51df7503e5a0acfb (diff)
Generate a default htpasswd file on host
Diffstat (limited to 'auth-server-poc/docker-compose.yml')
-rw-r--r--auth-server-poc/docker-compose.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/auth-server-poc/docker-compose.yml b/auth-server-poc/docker-compose.yml
index 1a43372..b73532c 100644
--- a/auth-server-poc/docker-compose.yml
+++ b/auth-server-poc/docker-compose.yml
@@ -7,8 +7,5 @@ services:
- 8000:80
volumes:
- ${DOCKER_JWT_PUBKEY_PATH}:/opt/auth-server-poc/cert/
- - auth-server-poc_userdb:/opt/auth-server-poc/userdb/
+ - ${DOCKER_JWT_HTPASSWD_PATH}:/opt/auth-server-poc/userdb/
container_name: auth-server-poc
-
-volumes:
- auth-server-poc_userdb: