initial commit

Change-Id: Ic04f924550cf1df49219af9ab67c2b206054a6b8
This commit is contained in:
Scaffolder
2026-05-15 13:07:38 +00:00
commit 715337620c
134 changed files with 27367 additions and 0 deletions

32
score.yaml Normal file
View File

@@ -0,0 +1,32 @@
apiVersion: score.dev/v1b1
metadata:
name: crucible-demo-02
labels:
app: crucible-demo-02
containers:
main:
image: .
variables:
DATABASE_URL: "postgresql://${resources.db.username}:${resources.db.password}@${resources.db.host}:${resources.db.port}/${resources.db.name}"
SB_CONNECTION_STRING: "${resources.queue.connection_string}"
SB_ENTITY_NAME: "${resources.queue.entity_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
queue:
type: azure-service-bus
storage:
type: azure-blob