Initialer Push von Martin

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-03 13:55:43 +02:00
commit 2f301cec42
16 changed files with 2280 additions and 0 deletions

7
start.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Start PHP-FPM
php-fpm -D
# Start Nginx in foreground
nginx -g 'daemon off;'