version: '3.8' services: app: build: . restart: always ports: - "3001:3001" env_file: - .env