todo_app/coolify.yaml
Andreas Binczyk 61f6235445 init
2026-06-04 19:18:27 +02:00

13 lines
No EOL
259 B
YAML

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