version: '3' services: app: build: . env_file: - .env ports: - "3000:3000" environment: - NODE_ENV=production