diff --git a/README.md b/README.md index aa78cfe..39fa566 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# {{ .Name }} +# `abra-test-app` -{{ .Description }} +Simple app configuration used for the Abra integration test suite -* **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 diff --git a/compose.yml b/compose.yml index a2c3805..c98d8d4 100644 --- a/compose.yml +++ b/compose.yml @@ -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