Compare commits

...
5 Commits
Author SHA1 Message Date
moritz 3d6539c45a add release note 2026-08-25 11:14:53 +02:00
moritz 470d0fe253 fix ipv6 smtp problem 2026-08-25 11:03:00 +02:00
fauno 45d84e9cc1 chore: publish 2.3.2+1.37.2 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-08-22 11:25:51 -03:00
fauno 3fbc6e8c7c Merge pull request 'chore(deps): update vaultwarden/server docker tag to v1.37.2' (#26) from renovate/vaultwarden-server-1.x into main
continuous-integration/drone/push Build is failing
Reviewed-on: #26
Reviewed-by: fauno <fauno@sutty.coop.ar>
2026-08-22 14:25:19 +00:00
renovate-bot af645a8125 chore(deps): update vaultwarden/server docker tag to v1.37.2 2026-08-22 12:30:04 +00:00
3 changed files with 7 additions and 2 deletions
+2
View File
@@ -34,3 +34,5 @@ TX="Europe/Berlin"
# If SMTP isn't working, enable this line to debug
# remember to disable it after debugging
#SMTP_DEBUG=true
#DISABLE_IPV6=0
+4 -2
View File
@@ -3,10 +3,12 @@ version: "3.8"
services:
app:
image: vaultwarden/server:1.37.1
image: vaultwarden/server:1.37.2
networks:
- proxy
- internal
sysctls:
- net.ipv6.conf.all.disable_ipv6=${DISABLE_IPV6:-1}
environment:
- "DOMAIN=https://$DOMAIN"
- "WEBSOCKET_ENABLED=$WEBSOCKET_ENABLED"
@@ -43,7 +45,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.3.1+1.37.1"
- "coop-cloud.${STACK_NAME}.version=2.3.2+1.37.2"
- "backupbot.backup=true"
- "backupbot.backup.path=/data"
+1
View File
@@ -0,0 +1 @@
To enable ipv6 set DISABLE_IPV6=0