Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-24 21:06:50 +00:00
parent f18c18833d
commit b11c17886d
13 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,11 @@
# Changelog<br>
<a name="docker-compose-0.0.4"></a>
### [docker-compose-0.0.4](https://github.com/truecharts/apps/compare/docker-compose-0.0.3...docker-compose-0.0.4) (2022-02-24)
<a name="docker-compose-0.0.3"></a>
### [docker-compose-0.0.3](https://github.com/truecharts/apps/compare/docker-compose-0.0.2...docker-compose-0.0.3) (2022-02-24)

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.16.0
digest: sha256:fa603eaefc7f57029052919d45fd45424e58a69f707af7b657afd49a4b41a435
generated: "2022-02-24T19:54:59.370749353Z"
generated: "2022-02-24T21:03:28.539627671Z"

View File

@@ -20,7 +20,7 @@ name: docker-compose
sources:
- https://github.com/Jackett/Jackett
type: application
version: 0.0.3
version: 0.0.4
annotations:
truecharts.org/catagories: |
- docker

View File

@@ -26,7 +26,7 @@ You will, however, be able to use all values referenced in the common chart here
| image.tag | string | `"v20.10.12@sha256:c62daf2fbd0b520a5849a5b463b059207e3669c892131eff1f0cf22d3b053deb"` | |
| lifecycle.postStart.exec.command[0] | string | `"/bin/sh"` | |
| lifecycle.postStart.exec.command[1] | string | `"-c"` | |
| lifecycle.postStart.exec.command[2] | string | `"sleep 20 && if [ ${COMPOSE_FILE} ]; then docker-compose up -d -f ${COMPOSE_FILE} && echo \"Loading COMPOSE_FILE at location ${COMPOSE_FILE}\"; else echo \"COMPOSE_FILE not set, not auto-loading compose-file\"; fi"` | |
| lifecycle.postStart.exec.command[2] | string | `"sleep 20 && if [ ${COMPOSE_FILE} ]; then docker-compose up -d -f ${COMPOSE_FILE} && echo \"Loading COMPOSE_FILE at location ${COMPOSE_FILE}\" >> /proc/1/fd/1; else echo \"COMPOSE_FILE not set, not auto-loading compose-file\" >> /proc/1/fd/1; fi\n"` | |
| persistence.cluster.enabled | bool | `true` | |
| persistence.cluster.hostPath | string | `"/cluster"` | |
| persistence.cluster.hostPathType | string | `""` | |

View File

@@ -55,7 +55,11 @@ lifecycle:
command:
- "/bin/sh"
- "-c"
- 'sleep 20 && if [ ${COMPOSE_FILE} ]; then docker-compose up -d -f ${COMPOSE_FILE} && echo "Loading COMPOSE_FILE at location ${COMPOSE_FILE}"; else echo "COMPOSE_FILE not set, not auto-loading compose-file"; fi'
- >
sleep 20 && if [ ${COMPOSE_FILE} ]; then
docker-compose up -d -f ${COMPOSE_FILE} && echo "Loading COMPOSE_FILE at location ${COMPOSE_FILE}" >> /proc/1/fd/1;
else echo "COMPOSE_FILE not set, not auto-loading compose-file" >> /proc/1/fd/1;
fi
probes: