initial commit

Change-Id: Ie8223af7fe81e6ccbbc5a20fee4680f8af880565
This commit is contained in:
Scaffolder
2026-06-02 14:39:51 +00:00
commit 6acf903fbb
135 changed files with 27645 additions and 0 deletions

28
score.yaml Normal file
View File

@@ -0,0 +1,28 @@
apiVersion: score.dev/v1b1
metadata:
name: demo-de-123
labels:
app: demo-de-123
containers:
main:
image: .
variables:
DATABASE_URL: "postgresql://${resources.db.username}:${resources.db.password}@${resources.db.host}:${resources.db.port}/${resources.db.name}"
STORAGE_CONTAINER_NAME: "${resources.storage.container_name}"
STORAGE_ACCOUNT_NAME: "${resources.storage.storage_account_name}"
BLOB_ENDPOINT: "${resources.storage.blob_endpoint}"
service:
ports:
web:
port: 80
targetPort: 8080
resources:
env:
type: environment
db:
type: postgres
storage:
type: azure-blob