chore(solidtime): Update to 0.9.0

This commit is contained in:
Tibo De Peuter 2026-02-10 08:37:32 +01:00
parent 04b4254a72
commit 84c94afda4
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -7,7 +7,7 @@ let
internalNetworkName = "solidtime-internal"; internalNetworkName = "solidtime-internal";
proxyNet = config.homelab.apps.traefiik.sharedNetworkName; proxyNet = config.homelab.apps.traefiik.sharedNetworkName;
version = "0.8.0"; version = "0.9.0";
user = "1000:1000"; user = "1000:1000";
@ -140,8 +140,8 @@ in {
]; ];
extraOptions = [ extraOptions = [
# Healthecks # Healthecks
# test: [ "CMD-SHELL", "curl --fail http://localhost:8000/health-check/up || exit 1" ] # test: [ "CMD", "curl", "--fail", "http://localhost:8000/health-check/up" ]
''--health-cmd=curl --fail http://localhost:8000/health-check/up || exit 1'' ''--health-cmd=curl --fail http://localhost:8000/health-check/up''
]; ];
inherit volumes; inherit volumes;
labels = { labels = {
@ -169,8 +169,8 @@ in {
]; ];
extraOptions = [ extraOptions = [
# Healthchecks # Healthchecks
# test: [ "CMD-SHELL", "supervisorctl status scheduler:scheduler_00" ] # test: [ "CMD", "healthcheck" ]
''--health-cmd="supervisorctl status scheduler:scheduler_00"'' ''--health-cmd="healthcheck"''
]; ];
inherit volumes; inherit volumes;
environmentFiles = [ environmentFiles = [
@ -190,8 +190,8 @@ in {
]; ];
extraOptions = [ extraOptions = [
# Healthchecks # Healthchecks
# test: [ "CMD-SHELL", "supervisorctl status worker:worker_00" ] # test: [ "CMD", "healthcheck" ]
''--health-cmd="supervisorctl status worker:worker_00"'' ''--health-cmd="healthcheck"''
]; ];
inherit volumes; inherit volumes;
dependsOn = [ dependsOn = [