feat: add openclaw service to docker compose

This commit is contained in:
2026-02-27 15:11:18 -05:00
parent 73d9ccafd6
commit 937bb3401b
4 changed files with 41 additions and 8 deletions

View File

@@ -5,3 +5,6 @@ services:
environment:
BETTER_AUTH_BASE_URL: ${BETTER_AUTH_BASE_URL:-http://localhost:3000}
BETTER_AUTH_TRUSTED_ORIGINS: ${BETTER_AUTH_TRUSTED_ORIGINS:-http://localhost:3000}
openclaw:
ports:
- '${OPENCLAW_PORT:-4000}:4000'