diff options
Diffstat (limited to 'auth-server-poc/docker-compose.yml')
-rw-r--r-- | auth-server-poc/docker-compose.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/auth-server-poc/docker-compose.yml b/auth-server-poc/docker-compose.yml deleted file mode 100644 index b73532c..0000000 --- a/auth-server-poc/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -version: '3.7' -services: - auth-server-poc: - build: . - ports: - - 8000:80 - volumes: - - ${DOCKER_JWT_PUBKEY_PATH}:/opt/auth-server-poc/cert/ - - ${DOCKER_JWT_HTPASSWD_PATH}:/opt/auth-server-poc/userdb/ - container_name: auth-server-poc |