9 lines
189 B
YAML
9 lines
189 B
YAML
services:
|
|
namegen:
|
|
build: .
|
|
environment:
|
|
- RATE_LIMIT_RPS=2
|
|
- RATE_LIMIT_BURST=5
|
|
- ALLOWED_ORIGINS=https://utils.fernandovideira.com
|
|
restart: unless-stopped
|