feat/docker-compose-update (#18)

Co-authored-by: jon brookes <marshyon@gmail.com>
Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/18
This commit is contained in:
Jon Brookes 2026-02-08 18:04:18 +01:00
parent fd43495e2d
commit 1a22fd156d
70 changed files with 1068 additions and 745 deletions

13
nats/nats-server.conf Normal file
View 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"