13 lines
243 B
YAML
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
|