feat: add openclaw service to docker compose
This commit is contained in:
15
.env.example
15
.env.example
@@ -13,9 +13,20 @@ BETTER_AUTH_BASE_URL=https://fiscal.b11studio.xyz
|
||||
BETTER_AUTH_TRUSTED_ORIGINS=https://fiscal.b11studio.xyz
|
||||
|
||||
# OpenClaw / ZeroClaw (OpenAI-compatible)
|
||||
OPENCLAW_BASE_URL=http://localhost:4000
|
||||
OPENCLAW_API_KEY=replace-with-your-agent-key
|
||||
# Leave empty to use internal `openclaw` Compose service (`http://openclaw:4000`).
|
||||
# Set this only when targeting an external OpenClaw endpoint.
|
||||
OPENCLAW_BASE_URL=
|
||||
OPENCLAW_API_KEY=
|
||||
OPENCLAW_MODEL=zeroclaw
|
||||
OPENCLAW_AUTH_MODE=none
|
||||
OPENCLAW_PORT=4000
|
||||
|
||||
# OpenClaw container source for Docker Compose
|
||||
OPENCLAW_IMAGE=coolify-zeroclaw:local
|
||||
# If this repo is private, include credentials in the URL:
|
||||
# OPENCLAW_BUILD_CONTEXT=https://<username>:<token>@gitea-hs848cs8kgs840o8c8s8cwkk.b11studio.xyz/Francy51/coolify_ZeroClaw.git
|
||||
OPENCLAW_BUILD_CONTEXT=https://gitea-hs848cs8kgs840o8c8s8cwkk.b11studio.xyz/Francy51/coolify_ZeroClaw.git
|
||||
OPENCLAW_DOCKERFILE=Dockerfile
|
||||
|
||||
# SEC API etiquette
|
||||
SEC_USER_AGENT=Fiscal Clone <support@fiscal.local>
|
||||
|
||||
Reference in New Issue
Block a user