chore: sync

This commit is contained in:
2026-03-18 22:06:43 +08:00
parent e89678e61a
commit 0c4380c3c3
45 changed files with 5883 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
services:
sproutgate-auth:
build:
context: .
dockerfile: Dockerfile
container_name: sproutgate-auth
restart: unless-stopped
environment:
PORT: "8080"
DATA_DIR: /data
volumes:
- ./data:/data
ports:
- "${AUTH_API_PORT:-18080}:8080"