auth/docker-compose.yml

8 lines
168 B
YAML
Raw Normal View History

services:
oAuthDummyServer:
image: nginx
volumes:
- ./static/openid-configuration:/usr/share/nginx/html/openid-configuration
ports:
- 8084:80