Compare commits

...

6 Commits

Author SHA1 Message Date
fauno c631c719d2 chore: publish 2.3.0+1.37.0 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-07-24 14:43:12 -03:00
fauno b7023b387a Merge pull request 'chore(deps): update vaultwarden/server docker tag to v1.37.0' (#24) from renovate/vaultwarden-server-1.x into main
continuous-integration/drone/push Build is failing
Reviewed-on: #24
Reviewed-by: fauno <fauno@sutty.coop.ar>
2026-07-24 17:42:31 +00:00
renovate-bot f676d9b617 chore(deps): update vaultwarden/server docker tag to v1.37.0 2026-07-24 17:24:25 +00:00
fauno d1e1ea908f chore: publish 2.2.0+1.36.0 release
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2026-05-14 10:39:25 -03:00
fauno 9d5acfc5c4 fix: allow abra recipe publish to increase the version number 2026-05-14 10:39:07 -03:00
fauno f18c6e7b61 Merge pull request 'Relase 1.36.0' (#23) from 2.2.0 into main
continuous-integration/drone/push Build is failing
Reviewed-on: #23
Reviewed-by: fauno <fauno@sutty.coop.ar>
2026-05-14 13:37:27 +00:00
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: vaultwarden/server:1.36.0
image: vaultwarden/server:1.37.0
networks:
- proxy
- internal
@@ -43,7 +43,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=2.2.0+1.36.0"
- "coop-cloud.${STACK_NAME}.version=2.3.0+1.37.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"