services: modules-app: build: . container_name: modules-app restart: always ports: - "3002:3000" volumes: - .:/app environment: - NEW_RELIC_LICENSE_KEY=licensekeyhere - NEW_RELIC_APP_NAME=appnamehere - NODE_ENV=production