todo_app/coolify.yaml

13 lines
259 B
YAML
Raw Permalink Normal View History

2026-06-04 17:18:27 +00:00
name: todo-app
type: node
buildCommand: npm install && npm run build
startCommand: npm run start
port: 3000
# WICHTIG: Volume für SQLite-Datenbank
volumes:
- ./todo.db:/app/todo.db
# Automatisches Deployment bei Git-Push
autoDeployment: true
branch: main