uppdated lores-node to v0.16.0

This commit is contained in:
2026-03-09 13:26:39 +11:00
parent 94bf81317c
commit de231634f5
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
<!-- metadata -->
* **Maintainers**: [@jade](https://git.coopcloud.tech/jade)
* **Category**: Utilities
* **Status**: 01
* **Image**: [`lores-node`](https://ghcr.io/local-resilience-tech/lores-node:latest), 4, upstream

View File

@ -1,7 +1,7 @@
---
services:
app:
image: ghcr.io/local-resilience-tech/lores-node:v0.15.3
image: ghcr.io/local-resilience-tech/lores-node:v0.16.0
networks:
- proxy
environment:
@ -30,7 +30,7 @@ services:
# - "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
# - "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
## When you're ready for release, run "abra recipe sync <name>" to set this
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.15.3"
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.16.0"
## Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
# - "backupbot.backup=true"
# - "backupbot.backup.path=/some/path"