version: '3.1' services: app: build: context: . dockerfile: Dockerfile pull_policy: build ports: - "801:801" environment: - NODE_ENV=production env_file: - .env