damp-keyboard-9572
09/08/2022, 10:45 PMError: stat ./keto_namespaces: no such file or directory
damp-keyboard-9572
09/08/2022, 10:46 PMversion: '3.3'
services:
postgres:
image: postgres:alpine
ports:
- '5432:5432'
volumes:
- ./volume/postgres:/var/lib/postgresql/data
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=postgres
restart: always
keto-migrate:
image: oryd/keto:v0.9.0
restart: on-failure
volumes:
- ./deployments/docker/keto.yml:/home/ory/keto.yml
- ./deployments/docker/keto_namespaces:/home/ory/keto_namespaces
environment:
- LOG_LEVEL=debug
- DSN=<postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable>
command: ["migrate", "up", "-y"]
keto:
image: oryd/keto:v0.9.0
restart: always
ports:
- '4466:4466'
volumes:
- ./deployments/docker/keto.yml:/home/ory/keto.yml
- ./deployments/docker/keto_namespaces:/home/ory/keto_namespaces
environment:
- LOG_LEVEL=debug
- DSN=<postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable>
depends_on:
- postgres
- keto-migrate
steep-lamp-91158
namespaces
config keysteep-lamp-91158
damp-keyboard-9572
09/10/2022, 5:41 AM/home/ory/keto_namespaces
in the Docker compose. But it does nothing.