mirror of https://github.com/ory/kratos
27 lines
559 B
YAML
27 lines
559 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
kratos-migrate:
|
|
volumes:
|
|
-
|
|
type: volume
|
|
source: kratos-sqlite
|
|
target: /var/lib/sqlite
|
|
read_only: false
|
|
-
|
|
type: bind
|
|
source: ./contrib/quickstart/kratos/email-password
|
|
target: /etc/config/kratos:z
|
|
|
|
kratos:
|
|
volumes:
|
|
-
|
|
type: volume
|
|
source: kratos-sqlite
|
|
target: /var/lib/sqlite
|
|
read_only: false
|
|
-
|
|
type: bind
|
|
source: ./contrib/quickstart/kratos/email-password
|
|
target: /etc/config/kratos:z
|