Fix Cors Error
This commit is contained in:
+1
-3
@@ -1,10 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
namegen:
|
namegen:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
environment:
|
environment:
|
||||||
- RATE_LIMIT_RPS=2
|
- RATE_LIMIT_RPS=2
|
||||||
- RATE_LIMIT_BURST=5
|
- RATE_LIMIT_BURST=5
|
||||||
- ALLOWED_ORIGINS=https://utills.fernandovideira.com
|
- ALLOWED_ORIGINS=https://utils.fernandovideira.com
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user