You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the docker-compose.yml from the root on master branch, and used keto & keto-migrate versions v0.6.0-alpha.3 But I get this error:
postgresd_1 | 2021-09-28 16:22:07.429 UTC [47] LOG: database system is ready to accept connections
postgresd_1 | done
postgresd_1 | server started
keto_keto-migrate_1 exited with code 0
keto_1 | Error: unable to initialize config provider: open /home/ory/keto.yml: no such file or directory
keto_1 | Usage:
keto_1 | keto serve [flags]
keto_1 |
keto_1 | Flags:
keto_1 | --disable-telemetry Disable anonymized telemetry reports - for more information please visit https://www.ory.sh/docs/ecosystem/sqa (default true)
keto_1 | -h, --help help for serve
keto_1 | --sqa-opt-out Disable anonymized telemetry reports - for more information please visit https://www.ory.sh/docs/ecosystem/sqa (default true)
keto_1 |
keto_1 | Global Flags:
keto_1 | -c, --config strings Config files to load, overwriting in the order specified. (default [/home/ory/keto.yml])
keto_1 |
keto_1 | unable to initialize config provider: open /home/ory/keto.yml: no such file or directory
keto_keto_1 exited with code 255
postgresd_1 | CREATE DATABASE
postgresd_1 |
postgresd_1 |
postgresd_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
Describe the bug
Various changes broke the
Dockerfile
s anddocker-compose.yml
on master (e.g. #638 #583 #620)Expected behavior
Working files
The text was updated successfully, but these errors were encountered: