feat: setup CI/CD, add docker compose, and create CRUD dashboard
Deploy API / deploy (push) Failing after 2m12s
Deploy API / deploy (push) Failing after 2m12s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user