feat: setup CI/CD, add docker compose, and create CRUD dashboard
Deploy API / deploy (push) Failing after 2m12s

This commit is contained in:
2026-04-26 21:15:12 +02:00
parent 193b29e8a9
commit dcc1ac9cee
8 changed files with 259 additions and 59 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
api:
build: .
container_name: roggio_api
ports:
- "3000:3000"
restart: unless-stopped
environment:
- DATABASE_URL=postgresql://roggio:roggio_secret@192.168.20.252:5432/roggiodb