version: "3.8"
services:
  nextjs-app:
    build:
      context: .
    ports:
      - "127.0.0.1:3004:3000"
    environment:
      NODE_ENV: production