version: '3.8' services: comfi-app: build: . image: gitea.blyzer.com.br/blyzer/comfi:latest container_name: comfi-dashboard ports: - "8080:8080" environment: - NODE_ENV=production restart: unless-stopped