feat: add error handling to player creation and update gitignore for agent
This commit is contained in:
17
dynamic.yml
Normal file
17
dynamic.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
http:
|
||||
routers:
|
||||
app-router:
|
||||
rule: "HostRegexp(`{sub:.+}.localhost`) || Host(`localhost`)"
|
||||
service: app-service
|
||||
entryPoints: ["web"]
|
||||
|
||||
services:
|
||||
app-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://app:3000"
|
||||
|
||||
minio-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://minio:9000"
|
||||
Reference in New Issue
Block a user