rename to "weed db"

This commit is contained in:
chrislu
2025-09-02 11:02:08 -07:00
parent c9e093194d
commit 1a2225c0f5
5 changed files with 68 additions and 66 deletions

View File

@@ -44,7 +44,7 @@ services:
retries: 5
start_period: 60s
# PostgreSQL Wire Protocol Server (Custom Build)
# Database Server (PostgreSQL Wire Protocol Compatible)
postgres-server:
build:
context: ../.. # Build from project root
@@ -56,7 +56,7 @@ services:
seaweedfs:
condition: service_healthy
command: >
./weed postgres
./weed db
-host=0.0.0.0
-port=5432
-master=seaweedfs:9333