version: '3.8' services: app: build: context: . dockerfile: Dockerfile ports: - "3030:3030" environment: - NODE_ENV=production - HOST=0.0.0.0 - PORT=3030 - AUTH_ORIGIN=http://localhost:3005 restart: unless-stopped container_name: general-template-app