Skip to content

Commit

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

Expand Down
5 changes: 0 additions & 5 deletions server/webhook-ingest/nats-server.conf

This file was deleted.

0 comments on commit 69bf89e

Please sign in to comment.