Skip to content

Commit

Permalink
fix: remove svix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 19, 2024
1 parent 9271f59 commit cf9e13a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ services:
command: '"kratos migrate sql up -y -e && kratos serve -c /home/ory/kratos.yml --watch-courier --sqa-opt-out"'
environment:
DSN: postgres://dbuser:secret@kratos-pg:5432/default?sslmode=disable
depends_on:
- kratos-pg
volumes:
- ${HOST_PROJECT_PATH:-.}/config/ory:/home/ory
kratos-pg:
Expand Down Expand Up @@ -338,7 +340,6 @@ services:
- ${HOST_PROJECT_PATH:-.}/config/otel-agent-config.yaml:/etc/otel-agent-config.yaml
svix:
image: svix/svix-server:v1.38
platform: linux/amd64
environment:
WAIT_FOR: "true"
SVIX_DB_DSN: postgresql://postgres:postgres@svix-pg/postgres
Expand Down

0 comments on commit cf9e13a

Please sign in to comment.