feat: add sub2api

This commit is contained in:
Sun-ZhenXing
2026-05-10 15:18:24 +08:00
parent 3456de4586
commit 453a3eab11
11 changed files with 355 additions and 39 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Phoenix version
PHOENIX_VERSION=13.19.2
PHOENIX_VERSION=15.5.0
# Timezone
TZ=UTC
@@ -11,7 +11,7 @@ PHOENIX_PROMETHEUS_PORT_OVERRIDE=9090 # Prometheus metrics (optional)
# Phoenix configuration
PHOENIX_ENABLE_PROMETHEUS=false
PHOENIX_SECRET= # Optional: Set for authentication, generate with: openssl rand -base64 32
PHOENIX_SECRET=NOT_SECURE_0fdf298eefb2ceef8ab3d7bd5319060e # !Change me! Set for authentication, generate with: openssl rand -base64 32
# PostgreSQL configuration (only used when COMPOSE_PROFILES=postgres)
POSTGRES_VERSION=17.2-alpine3.21