11 lines
303 B
YAML
11 lines
303 B
YAML
services:
|
|
app:
|
|
ports:
|
|
- '${APP_PORT:-3000}:3000'
|
|
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'
|