feat: add openclaw service to docker compose
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user