Skip to content

Commit

Permalink
add conf
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 16, 2024
1 parent e78c487 commit 00bdf31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/webhook-ingest/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ services:
image: nats:latest
ports:
- "4222"
command: "-js"
command: ["-js", "-c /etc/nats/nats-server.conf"]
volumes:
- nats_data:/data
- ./nats-server.conf:/etc/nats/nats-server.conf
networks:
- common-network

Expand Down
5 changes: 5 additions & 0 deletions server/webhook-ingest/jetstream.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jetstream {
store_dir: "/data/jetstream"
max_mem: 1G
max_file: 100G
}

0 comments on commit 00bdf31

Please sign in to comment.