services: namegen: build: . ports: - "8080:8080" environment: - RATE_LIMIT_RPS=2 - RATE_LIMIT_BURST=5 - ALLOWED_ORIGINS=https://utills.fernandovideira.com restart: unless-stopped