share-lt/docs/docker/nats/nats-server.conf

13 lines
265 B
Text
Raw Normal View History

# 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"