add docker-compose for local testing

This commit is contained in:
Nandor Kracser
2019-08-03 15:02:54 +02:00
parent e1a45ba33e
commit 5b7a664e9d
3 changed files with 70 additions and 1 deletions

View File

@@ -12,6 +12,36 @@ storage:
config:
file: examples/dex.db
# type: mysql
# config:
# host: localhost
# port: 3306
# database: dex
# user: mysql
# password: mysql
# ssl:
# mode: "false"
# type: postgres
# config:
# host: localhost
# port: 5432
# database: dex
# user: postgres
# password: postgres
# ssl:
# mode: disable
# type: etcd
# config:
# endpoints:
# - http://localhost:2379
# namespace: dex/
# type: kubernetes
# config:
# kubeConfigFile: $HOME/.kube/config
# Configuration for the HTTP endpoints.
web:
http: 0.0.0.0:5556