Files
ComFi/docker-compose.yml
Cauê Faleiros 25384beaa7
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3m18s
chore: setup docker, gitea actions pipeline and docs
2026-02-19 14:25:42 -03:00

13 lines
243 B
YAML

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