Commit inicial - upload de todos os arquivos da pasta

This commit is contained in:
2026-07-24 15:51:10 -03:00
commit efa06def71
44 changed files with 3604 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[Unit]
Description=Lernotafiscal (FastAPI/Uvicorn)
After=network.target
[Service]
Type=simple
User=lernotafiscal
Group=lernotafiscal
WorkingDirectory=/opt/lernotafiscal
EnvironmentFile=/opt/lernotafiscal/.env
ExecStart=/opt/lernotafiscal/.venv/bin/uvicorn app.main:app --host 127.0.0.1 --port 8000 --workers 2
Restart=on-failure
RestartSec=3
# Hardening básico
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=full
ReadWritePaths=/opt/lernotafiscal/data
[Install]
WantedBy=multi-user.target