Docker update
This commit is contained in:
@ -9,13 +9,11 @@ services:
|
||||
- "8091:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
- HOSTNAME=0.0.0.0
|
||||
- NEXT_TELEMETRY_DISABLED=1
|
||||
restart: unless-stopped
|
||||
container_name: nextjs-app
|
||||
# Uncomment the following lines if you need to persist data or add volumes
|
||||
# For development with hot reload, uncomment these lines:
|
||||
# volumes:
|
||||
# - ./data:/app/data
|
||||
# If you need environment variables from a file
|
||||
# env_file:
|
||||
# - .env.local
|
||||
# - .:/app
|
||||
# - /app/node_modules
|
||||
# - /app/.next
|
||||
# command: pnpm dev
|
||||
Reference in New Issue
Block a user