initial commit

Change-Id: Ifcb80b12d3e3d6555bf31fd4d4e283a27a194961
This commit is contained in:
Scaffolder
2026-07-22 16:32:05 +00:00
commit 9d75b3fd38
138 changed files with 28044 additions and 0 deletions

23
score.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: score.dev/v1b1
metadata:
name: demo-cloud-mgmt-1
labels:
app: demo-cloud-mgmt-1
containers:
main:
image: .
variables:
DATABASE_URL: "postgresql://${resources.db.username}:${resources.db.password}@${resources.db.host}:${resources.db.port}/${resources.db.name}"
service:
ports:
web:
port: 80
targetPort: 8080
resources:
env:
type: environment
db:
type: postgres