mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 13:51:32 +08:00
Use Sealos to Deploy
sealos run ghcr.io/labring/sealos-cloud-aiproxy-service:latest \
-e ADMIN_KEY=<admin-key> \
-e cloudDomain=<cloud-domain>
Use One PostgreSQL
sealos run ghcr.io/labring/sealos-cloud-aiproxy-service:latest \
-e ADMIN_KEY=<admin-key> \
-e cloudDomain=<cloud-domain> \
-e LOG_SQL_DSN=""
Envs
ADMIN_KEY: The admin key for the AI Proxy Service, admin key is used to admin api and relay api, default is emptySEALOS_JWT_KEY: Used to sealos balance service, default is emptySQL_DSN: The database connection string, default is emptyLOG_SQL_DSN: The log database connection string, default is emptyREDIS_CONN_STRING: The redis connection string, default is emptyBALANCE_SEALOS_CHECK_REAL_NAME_ENABLE: Whether to check real name, default isfalseBALANCE_SEALOS_NO_REAL_NAME_USED_AMOUNT_LIMIT: The amount of used balance when the user has no real name, default is1