完善初始化更新

This commit is contained in:
2026-03-20 20:42:33 +08:00
parent 568ccb08fa
commit e6866feb29
39 changed files with 6986 additions and 2379 deletions

View File

@@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: sproutgate-auth
container_name: sproutgate-backend
restart: unless-stopped
environment:
PORT: "8080"
@@ -11,4 +11,4 @@ services:
volumes:
- ./data:/data
ports:
- "${AUTH_API_PORT:-18080}:8080"
- "${AUTH_API_PORT:-28080}:8080"