feat/queue-messages (#19)
Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/19
This commit is contained in:
parent
1a22fd156d
commit
74bc17d019
9 changed files with 88 additions and 8 deletions
13
docs/docker/nats/nats-server.conf
Normal file
13
docs/docker/nats/nats-server.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Client port of 4222 on all interfaces
|
||||
port: 4222
|
||||
|
||||
# HTTP monitoring port
|
||||
monitor_port: 8222
|
||||
|
||||
# Enable JetStream and specify the storage directory
|
||||
jetstream: {
|
||||
store_dir: "/opt/storage"
|
||||
}
|
||||
|
||||
# Set a unique server name for this instance
|
||||
server_name: "nats-server-1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue