feat: add error handling to player creation and update gitignore for agent

This commit is contained in:
Erik Silva
2026-01-24 14:18:40 -03:00
commit 416bd83ea7
93 changed files with 16861 additions and 0 deletions

17
dynamic.yml Normal file
View 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"