Version 0.4.2; sync labels

This commit is contained in:
3wc 2021-05-30 14:28:35 +02:00
parent e53c568606
commit 772d8957ca
2 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,7 @@ RSS feed for Docker Hub images
- **Category**: Utilities - **Category**: Utilities
- **Status**: ? - **Status**: ?
- **Image**: [`docker-hub-rss`](https://hub.docker.com/r/theconnman/docker-hub-rss/) - **Image**: [`docker-hub-rss`](https://hub.docker.com/r/theconnman/docker-hub-rss/), ❶💚, upstream
- **Healthcheck**: ? - **Healthcheck**: ?
- **Backups**: ? - **Backups**: ?
- **Email**: ? - **Email**: ?

View File

@ -1,6 +1,4 @@
---
version: "3.8" version: "3.8"
services: services:
app: app:
image: theconnman/docker-hub-rss:0.4.2 image: theconnman/docker-hub-rss:0.4.2
@ -16,8 +14,7 @@ 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}"
- "coop-cloud.${STACK_NAME}.app.version=${ABRA_TYPE_APP_VERSION}-${ABRA_TYPE_APP_DIGEST}" - coop-cloud.${STACK_NAME}.app.version=0.4.2-67a5d9f9
networks: networks:
proxy: proxy:
external: true external: true