8 lines
180 B
YAML
8 lines
180 B
YAML
services:
|
|
web:
|
|
environment:
|
|
NODE_ENV: production
|
|
NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-http://localhost:3001}
|
|
ports:
|
|
- "${WEB_PORT:-6003}:3000"
|