Initial commit

This commit is contained in:
2025-08-01 00:15:34 +01:00
commit 54601b1993
115 changed files with 28375 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
namegen:
build: .
ports:
- "8080:8080"
environment:
- RATE_LIMIT_RPS=2
- RATE_LIMIT_BURST=5
- ALLOWED_ORIGINS=https://utills.fernandovideira.com
restart: unless-stopped