NumberChords services

This commit is contained in:
maurice
2025-11-22 17:37:45 +01:00
parent 95cdf02105
commit 55a64cf546
6 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
user = "podman"
[service]
name = "numberchords-identity"
host = "nc-identity"
image = "numberchords-identity"
network = "nc-test"
depend = ["numberchords-db.service"]
[environment]
ASPNETCORE_ENVIRONMENT = "Test"
[[secrets]]
key = "connection_string"
target = "Database__ConnectionString"
[[secrets]]
key = "id_secret_key"
target = "Security__AuthSecretKey"
[[secrets]]
key = "id_private_key"
target = "Security__AuthPrivateKey"
[[secrets]]
key = "api_secret_key"
target = "Security__OtherIssuerKeys_api-test.numberchords.com__AuthSecretKey"
[[networks]]
name = "nc-test"
group = "caddy"