Skip to content

Commit

Permalink
docs: fix docker compose demo setup (#872)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
  • Loading branch information
gen1us2k and zepatrik committed May 5, 2022
1 parent 273b3ea commit e89fbb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion config/keto.yml
@@ -1,4 +1,4 @@
version: v0.7.0-alpha.1
version: v0.8.0-alpha.2

log:
level: debug
Expand All @@ -10,3 +10,5 @@ serve:
write:
host: 0.0.0.0
port: 4467

dsn: memory
10 changes: 5 additions & 5 deletions docker-compose.yml
Expand Up @@ -5,9 +5,9 @@ services:
ports:
- '4466:4466'
- '4467:4467'
command: serve
environment:
- LOG_LEVEL=debug
- PORT=4466
- DSN=memory
command: serve -c /home/ory/keto.yml
restart: on-failure
volumes:
- type: bind
source: config/keto.yml
target: /home/ory/keto.yml

0 comments on commit e89fbb0

Please sign in to comment.