We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cfdb6 commit 84603b0Copy full SHA for 84603b0
dev/stablesats.yml
@@ -1,6 +1,10 @@
1
pubsub:
2
host: redis
3
4
+exchanges:
5
+ okex:
6
+ weight: 1.0
7
+
8
price_server:
9
enabled: true
10
server:
docker-compose.yml
@@ -287,13 +287,12 @@ services:
287
volumes:
288
- ./:/repo
289
stablesats:
290
- image: us.gcr.io/galoy-org/stablesats-rs:0.3.27
+ image: us.gcr.io/galoy-org/stablesats-rs:latest
291
command: ["stablesats", "run"]
292
working_dir: /repo/dev
293
depends_on:
294
- otel-agent
295
- redis
296
- - mongodb
297
restart: on-failure:10
298
299
0 commit comments