feat: add sub2api
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user