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