chore: publish 0.4.0+1.28.1 release

This commit is contained in:
3wc 2023-04-27 14:51:59 -04:00
parent 28d0e9498b
commit 03f734de7d

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: vaultwarden/server:1.26.0 image: vaultwarden/server:1.28.1
networks: networks:
- proxy - proxy
environment: environment:
@ -39,7 +39,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.2.0+1.26.0" - "coop-cloud.${STACK_NAME}.version=0.4.0+1.28.1"
volumes: volumes:
vaultwarden_data: vaultwarden_data: