chore: publish 0.2.0+v1.14.0 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-10-17 01:47:31 +02:00
parent 43094f5758
commit 500a2aedae
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: thecoopcloud/mycorrhiza:v1.9.0
image: thecoopcloud/mycorrhiza:v1.14.0
networks:
- proxy
volumes:
@ -17,7 +17,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.9.0"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v1.14.0"
networks:
proxy: