add project files: docker-compose, env example, README, ufw setup

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stefan Hacker
2026-04-16 12:09:13 +02:00
parent 8c8befc827
commit 59dd9a6350
4 changed files with 306 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Datenbank Passwörter - BITTE ÄNDERN!
MYSQL_ROOT_PASSWORD=root_password_changeme
MYSQL_PASSWORD=npm_password_changeme
# Datenbank Einstellungen
MYSQL_DATABASE=npm
MYSQL_USER=npm
MYSQL_HOST=npm-db
MYSQL_PORT=3306
# Ports
HTTP_PORT=80
HTTPS_PORT=443
WEBUI_PORT=81