services: app: build: . ports: - "${PORT:-3000}:3000" env_file: - .env environment: - NODE_ENV=production restart: unless-stopped