@ -1,5 +1,4 @@
|
||||
bin |
||||
dist |
||||
_output |
||||
.idea |
||||
/.idea/ |
||||
/bin/ |
||||
/docker-compose.override.yaml |
||||
/vendor/ |
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Joel Speed <Joel.speed@hotmail.co.uk> (@JoelSpeed) |
||||
Mark Sagi-Kazar <mark.sagikazar@gmail.com> (@sagikazarmark) |
||||
Nandor Kracser <nandor@banzaicloud.com> (@bonifaido) |
||||
Nandor Kracser <bonifaido@gmail.com> (@bonifaido) |
||||
Rithu John <rithujohn191@gmail.com> (@rithujohn191) |
||||
Stephen Augustus <stephen@agst.us> (@justaugustus) |
||||
|
||||
@ -1,5 +0,0 @@
|
||||
CoreOS Project |
||||
Copyright 2018 CoreOS, Inc |
||||
|
||||
This product includes software developed at CoreOS, Inc. |
||||
(http://www.coreos.com/). |
||||
@ -0,0 +1,14 @@
|
||||
version: "3.8" |
||||
|
||||
services: |
||||
mysql: |
||||
ports: |
||||
- "127.0.0.1:3306:3306" |
||||
|
||||
postgres: |
||||
ports: |
||||
- "127.0.0.1:5432:5432" |
||||
|
||||
etcd: |
||||
ports: |
||||
- "127.0.0.1:2379:2379" |
||||
@ -1,39 +1,34 @@
|
||||
# This docker-compose file provides quick setups for testing different storage backend options. |
||||
version: "3.8" |
||||
|
||||
services: |
||||
mysql: |
||||
# For using percona-xtradb you need to make strict mode permissive with: |
||||
# docker-compose exec mysql mysql -uroot -proot -e "SET GLOBAL pxc_strict_mode=PERMISSIVE;" |
||||
# See: https://www.percona.com/doc/percona-xtradb-cluster/5.7/features/pxc-strict-mode.html |
||||
# image: percona/percona-xtradb-cluster:5.7 |
||||
# image: mariadb:10.5 |
||||
# image: mysql:5.6 |
||||
# image: mysql:8.0 |
||||
image: mysql:5.7 |
||||
environment: |
||||
MYSQL_DATABASE: dex |
||||
MYSQL_USER: mysql |
||||
MYSQL_PASSWORD: mysql |
||||
MYSQL_ROOT_PASSWORD: root |
||||
ports: |
||||
- "127.0.0.1:3306:3306" |
||||
mysql: |
||||
# For using percona-xtradb you need to make strict mode permissive with: |
||||
# docker-compose exec mysql mysql -uroot -proot -e "SET GLOBAL pxc_strict_mode=PERMISSIVE;" |
||||
# See: https://www.percona.com/doc/percona-xtradb-cluster/5.7/features/pxc-strict-mode.html |
||||
# image: percona/percona-xtradb-cluster:5.7 |
||||
# image: mariadb:10.5 |
||||
# image: mysql:5.6 |
||||
# image: mysql:8.0 |
||||
image: mysql:5.7 |
||||
environment: |
||||
MYSQL_DATABASE: dex |
||||
MYSQL_USER: mysql |
||||
MYSQL_PASSWORD: mysql |
||||
MYSQL_ROOT_PASSWORD: root |
||||
|
||||
postgres: |
||||
image: postgres:10.15 |
||||
environment: |
||||
POSTGRES_DB: dex |
||||
POSTGRES_USER: postgres |
||||
POSTGRES_PASSWORD: postgres |
||||
ports: |
||||
- "127.0.0.1:5432:5432" |
||||
postgres: |
||||
image: postgres:10.15 |
||||
environment: |
||||
POSTGRES_DB: dex |
||||
POSTGRES_USER: postgres |
||||
POSTGRES_PASSWORD: postgres |
||||
|
||||
etcd: |
||||
image: gcr.io/etcd-development/etcd:v3.4.9 |
||||
environment: |
||||
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 |
||||
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 |
||||
ports: |
||||
- "127.0.0.1:2379:2379" |
||||
etcd: |
||||
image: gcr.io/etcd-development/etcd:v3.4.9 |
||||
environment: |
||||
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 |
||||
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 |
||||
|
||||
# For testing the Kubernetes storage backend we suggest https://kind.sigs.k8s.io/: |
||||
# kind create cluster |
||||
# For testing the Kubernetes storage backend we suggest https://kind.sigs.k8s.io/: |
||||
# kind create cluster |
||||
|
||||
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |