diff --git a/README.md b/README.md index dee82e6..25023be 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,15 @@ RSS feed for Docker Hub images -* **Category**: -* **Status**: -* **Image**: [`docker-hub-rss`](https://hub.docker.com/r/docker-hub-rss/docker-hub-rss) -* **Healthcheck**: -* **Backups**: -* **Email**: -* **Tests**: -* **SSO**: + +- **Category**: +- **Status**: +- **Image**: [`docker-hub-rss`](https://hub.docker.com/r/theconnman/docker-hub-rss/) +- **Healthcheck**: +- **Backups**: +- **Email**: +- **Tests**: +- **SSO**: ## Basic usage diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..2fc40d9 --- /dev/null +++ b/abra.sh @@ -0,0 +1,2 @@ +export ABRA_TYPE_APP_VERSION=0.4.2 +export ABRA_TYPE_APP_DIGEST=5f57e6ec diff --git a/compose.yml b/compose.yml index 662a96c..9a45dee 100644 --- a/compose.yml +++ b/compose.yml @@ -3,24 +3,22 @@ version: "3.8" services: app: - image: nginx:1.19.2 + image: theconnman/docker-hub-rss:0.4.2 networks: - proxy deploy: - restart_policy: - condition: on-failure + update_config: + failure_action: rollback + order: start-first labels: - "traefik.enable=true" - - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80" + - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=3000" - "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}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] + test: ["CMD", "curl", "-f", "http://localhost:3000"] interval: 30s timeout: 10s retries: 10