Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user