release: v1.0.0

This commit is contained in:
2024-05-23 14:41:39 +08:00
commit 2640ecd03b
38 changed files with 3247 additions and 0 deletions

8
dev/docker-compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
nats:
image: nats:2
restart: unless-stopped
command: -js -sd /tmp/nats/data -m 8222
ports:
- 0.0.0.0:4222:4222
- 0.0.0.0:8222:8222