Files
Neon-Desk/docker-compose.override.yml

8 lines
242 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}