chore(solidtime): Update to 0.9.0
This commit is contained in:
parent
04b4254a72
commit
84c94afda4
1 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
internalNetworkName = "solidtime-internal";
|
||||
proxyNet = config.homelab.apps.traefiik.sharedNetworkName;
|
||||
|
||||
version = "0.8.0";
|
||||
version = "0.9.0";
|
||||
|
||||
user = "1000:1000";
|
||||
|
||||
|
|
@ -140,8 +140,8 @@ in {
|
|||
];
|
||||
extraOptions = [
|
||||
# Healthecks
|
||||
# test: [ "CMD-SHELL", "curl --fail http://localhost:8000/health-check/up || exit 1" ]
|
||||
''--health-cmd=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''
|
||||
];
|
||||
inherit volumes;
|
||||
labels = {
|
||||
|
|
@ -169,8 +169,8 @@ in {
|
|||
];
|
||||
extraOptions = [
|
||||
# Healthchecks
|
||||
# test: [ "CMD-SHELL", "supervisorctl status scheduler:scheduler_00" ]
|
||||
''--health-cmd="supervisorctl status scheduler:scheduler_00"''
|
||||
# test: [ "CMD", "healthcheck" ]
|
||||
''--health-cmd="healthcheck"''
|
||||
];
|
||||
inherit volumes;
|
||||
environmentFiles = [
|
||||
|
|
@ -190,8 +190,8 @@ in {
|
|||
];
|
||||
extraOptions = [
|
||||
# Healthchecks
|
||||
# test: [ "CMD-SHELL", "supervisorctl status worker:worker_00" ]
|
||||
''--health-cmd="supervisorctl status worker:worker_00"''
|
||||
# test: [ "CMD", "healthcheck" ]
|
||||
''--health-cmd="healthcheck"''
|
||||
];
|
||||
inherit volumes;
|
||||
dependsOn = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue