Added command

This commit is contained in:
Maurice
2025-07-23 18:23:09 +02:00
parent 401ab5f016
commit 3d600026c5
3 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ depend = ["nc-test-database"]
restart = "unless-stopped"
detach = true
hostname = "nc-test-api-hn"
command = "dotnet NumberChords.Api.dll"
[service.healthcheck]
cmd = "pg_isready --dbname=$DB_DATABASE_NAME --username=$DB_USERNAME || exit 1"