forked from toolshed/abra-test-recipe
feat: metadata, backup labels & version
This commit is contained in:
parent
a57101c774
commit
069ebe7752
20
README.md
20
README.md
@ -1,17 +1,17 @@
|
|||||||
# {{ .Name }}
|
# `abra-test-app`
|
||||||
|
|
||||||
{{ .Description }}
|
Simple app configuration used for the Abra integration test suite
|
||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
* **Category**: {{ .Category }}
|
* **Category**: Apps
|
||||||
* **Status**: {{ .Status }}
|
* **Status**: 3, stable
|
||||||
* **Image**: {{ .Image }}
|
* **Image**: [`abra-test-app`](https://hub.docker.com/_/abra-test-app), 4, upstream
|
||||||
* **Healthcheck**: {{ .Healthcheck }}
|
* **Healthcheck**: Yes
|
||||||
* **Backups**: {{ .Backups }}
|
* **Backups**: Yes
|
||||||
* **Email**: {{ .Email }}
|
* **Email**: 3
|
||||||
* **Tests**: {{ .Tests }}
|
* **Tests**: 2
|
||||||
* **SSO**: {{ .SSO }}
|
* **SSO**: No
|
||||||
|
|
||||||
<!-- endmetadata -->
|
<!-- endmetadata -->
|
||||||
|
|
||||||
|
@ -15,11 +15,9 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
## Redirect from EXTRA_DOMAINS to DOMAIN
|
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.20.0"
|
||||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
- "backupbot.backup=true"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
- "backupbot.backup.path=/var/www/"
|
||||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
|
||||||
- "coop-cloud.${STACK_NAME}.version="
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user