Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
1http:
2 routers:
3 frontend:
4 rule: "PathPrefix(`/`)"
5 service: frontend
6 priority: 1
7
8 backend:
9 rule: "PathPrefix(`/api`)"
10 service: backend
11 priority: 2
12
13 services:
14 frontend:
15 loadBalancer:
16 servers:
17 - url: "http://host.docker.internal:3000"
18
19 backend:
20 loadBalancer:
21 servers:
22 - url: "http://host.docker.internal:3031"