Skip to content

Commit

Permalink
fix: update quickstart docker compose deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 12, 2024
1 parent eddc43c commit 9ad6fb7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ services:
#@ end
environment: #@ core_env
depends_on:
- trigger
- apollo-router
- oathkeeper
- kratos
Expand All @@ -104,6 +103,10 @@ services:
- mongodb
- redis
- stablesats
- notifications
- price
- price-history
- svix
networks:
default:
aliases:
Expand All @@ -120,9 +123,7 @@ services:
#@ end
environment: #@ core_env
depends_on:
- lnd1
- bria
- mongodb
- galoy

notifications:
#@ if galoy_notifications_image_digest == "local":
Expand Down

0 comments on commit 9ad6fb7

Please sign in to comment.