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:
@@ -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
|
||||
Reference in New Issue
Block a user