Skip to content

Commit 84603b0

Browse files
authored
chore: use latest stablesats in docker-compose (#2398)
1 parent 18cfdb6 commit 84603b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dev/stablesats.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
pubsub:
22
host: redis
33

4+
exchanges:
5+
okex:
6+
weight: 1.0
7+
48
price_server:
59
enabled: true
610
server:

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,12 @@ services:
287287
volumes:
288288
- ./:/repo
289289
stablesats:
290-
image: us.gcr.io/galoy-org/stablesats-rs:0.3.27
290+
image: us.gcr.io/galoy-org/stablesats-rs:latest
291291
command: ["stablesats", "run"]
292292
working_dir: /repo/dev
293293
depends_on:
294294
- otel-agent
295295
- redis
296-
- mongodb
297296
restart: on-failure:10
298297
volumes:
299298
- ./:/repo

0 commit comments

Comments
 (0)