forked from 1Panel-dev/appstore
-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
给safeline-chaos: 加上环境变量就可以了,否则会一直报DB异常,无法启动
参考 https://github.com/chaitin/SafeLine/blob/main/compose.yaml
safeline-chaos:
environment:
- DB_ADDR=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
启动后正常运行还需要修改
safeline-lugi:
environment:
- LUIGI_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
safeline-tengine:
- TCD_SNSERVER=${SUBNET_PREFIX}.5:8000
- CHAOS_ADDR=${SUBNET_PREFIX}.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels