--- 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