Skip to content

Commit

Permalink
fix: postgres docker-compose startup (#1295)
Browse files Browse the repository at this point in the history
* Fix starting docker-compose-postgres.yml

* bump docker image version

* make format
  • Loading branch information
Ekwav authored Apr 11, 2023
1 parent 4d627da commit a4218d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/keto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ version: v0.8.0-alpha.2
log:
level: debug

namespaces:
- id: 0
name: videos

serve:
read:
host: 0.0.0.0
Expand Down
1 change: 1 addition & 0 deletions docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
command: ["migrate", "up", "-y"]
restart: on-failure
keto:
image: oryd/keto:v0.11.1-alpha.0
links:
- postgresd:postgresd
volumes:
Expand Down

0 comments on commit a4218d7

Please sign in to comment.