Docker update

This commit is contained in:
mukesh13
2025-06-17 15:00:55 +05:30
parent a673675044
commit c072eef45b
3 changed files with 42 additions and 191 deletions

View File

@ -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