feat: metadata, backup labels & version

This commit is contained in:
decentral1se 2023-09-07 14:58:37 +02:00
parent a57101c774
commit 069ebe7752
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 13 additions and 15 deletions

View File

@ -1,17 +1,17 @@
# {{ .Name }}
# `abra-test-app`
{{ .Description }}
Simple app configuration used for the Abra integration test suite
<!-- metadata -->
* **Category**: {{ .Category }}
* **Status**: {{ .Status }}
* **Image**: {{ .Image }}
* **Healthcheck**: {{ .Healthcheck }}
* **Backups**: {{ .Backups }}
* **Email**: {{ .Email }}
* **Tests**: {{ .Tests }}
* **SSO**: {{ .SSO }}
* **Category**: Apps
* **Status**: 3, stable
* **Image**: [`abra-test-app`](https://hub.docker.com/_/abra-test-app), 4, upstream
* **Healthcheck**: Yes
* **Backups**: Yes
* **Email**: 3
* **Tests**: 2
* **SSO**: No
<!-- endmetadata -->

View File

@ -15,11 +15,9 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
## Redirect from EXTRA_DOMAINS to DOMAIN
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version="
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.20.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s