Skip to content

Commit

Permalink
fix(core): remove links from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 19, 2024
1 parent 3f1c449 commit 9271f59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ 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
links:
- kratos-pg:kratos-pg
volumes:
- ${HOST_PROJECT_PATH:-.}/config/ory:/home/ory
kratos-pg:
Expand Down

0 comments on commit 9271f59

Please sign in to comment.