initial commit

This commit is contained in:
2026-02-12 18:45:10 +01:00
commit be7bbba456
42 changed files with 3767 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[Unit]
Description=FluentGerman.ai — Personalized LLM Language Learning
After=network.target postgresql.service
[Service]
Type=simple
User=fluentgerman
Group=fluentgerman
WorkingDirectory=/opt/fluentgerman/backend
Environment="PATH=/opt/fluentgerman/backend/venv/bin"
ExecStart=/opt/fluentgerman/backend/venv/bin/uvicorn app.main:app --host 127.0.0.1 --port 8999 --workers 2
Restart=always
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target