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";
|
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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue