chore: setup docker, gitea actions pipeline and docs
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3m18s

This commit is contained in:
Cauê Faleiros
2026-02-19 14:25:42 -03:00
parent a5fe089e2e
commit 25384beaa7
5 changed files with 167 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
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