chore: setup docker, gitea actions pipeline and docs
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3m18s
Some checks failed
Build and Deploy / build-and-push (push) Failing after 3m18s
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user