Copy .platform folder

This commit is contained in:
Hugo Alliaume
2026-01-12 13:57:11 +01:00
parent 29cd84c731
commit d424798775
2 changed files with 13 additions and 0 deletions

12
.platform/routes.yaml Normal file
View File

@@ -0,0 +1,12 @@
"https://{all}/":
type: upstream
upstream: "app:http"
"http://{all}/":
type: redirect
to: "https://{all}/"
"https://{all}/.well-known/mercure":
type: upstream
upstream: "mercure:http"

1
.platform/services.yaml Normal file
View File

@@ -0,0 +1 @@