Compare commits

...

1 Commits

Author SHA1 Message Date
3wc 1b13a41887 Version 0.4.2; sync labels 2021-05-30 14:28:35 +02:00
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,4 @@
---
version: "3.8"
services:
app:
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}.entrypoints=web-secure"
- "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:
proxy:
external: true