Skip to content
Snippets Groups Projects
Commit e0bacf07 authored by Mart van Santen's avatar Mart van Santen
Browse files

Specifiy config file location

parent b2c7f9db
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #9888 failed with stages
in 1 minute and 17 seconds
...@@ -114,6 +114,10 @@ behave-integration: ...@@ -114,6 +114,10 @@ behave-integration:
POSTGRES_DB: postgres POSTGRES_DB: postgres
- name: ${CI_REGISTRY_IMAGE}/kratos:${CI_COMMIT_REF_NAME} - name: ${CI_REGISTRY_IMAGE}/kratos:${CI_COMMIT_REF_NAME}
alias: kratos alias: kratos
command:
- serve
- --config
- /etc/config/kratos.yaml
- name: docker.io/oryd/hydra:v1.10.7-alpine - name: docker.io/oryd/hydra:v1.10.7-alpine
alias: hydra alias: hydra
command: command:
......
...@@ -4,6 +4,6 @@ FROM oryd/kratos:latest ...@@ -4,6 +4,6 @@ FROM oryd/kratos:latest
ENV DSN=postgres://postgres:postgres@postgres:5432/postgres ENV DSN=postgres://postgres:postgres@postgres:5432/postgres
COPY identity.default.schema.json /etc/config/identity.default.schema.json COPY identity.default.schema.json /etc/config/identity.default.schema.json
COPY kratos.yaml /etc/config/kratos/kratos.yaml COPY kratos.yaml /etc/config/kratos.yaml
COPY kratos.yaml /etc/config/kratos/kratos.yml COPY kratos.yaml /etc/config/kratos/kratos.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment