docs: update current document status
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-04 20:36:49 +08:00
parent d21c01a697
commit 93f4bc69b3
11 changed files with 227 additions and 140 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ services:
POSTGRES_PASSWORD: bat_dev_password
POSTGRES_INITDB_ARGS: "-E UTF8 --locale=C"
ports:
- "0.0.0.0:5432:5432"
- "127.0.0.1:5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- ./postgres-init:/docker-entrypoint-initdb.d
@@ -41,7 +41,7 @@ services:
profiles: ["local-db"] # 只有指定 --profile local-db 才启动
command: redis-server /usr/local/etc/redis/redis.conf
ports:
- "0.0.0.0:6379:6379"
- "127.0.0.1:6379:6379"
volumes:
- redis_data:/data
- ./redis.conf:/usr/local/etc/redis/redis.conf