diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-02-19 21:36:42 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-02-19 21:36:42 +0100 |
| commit | 3db2d9b241873d2ad1c9e995383b5048f60551d4 (patch) | |
| tree | 7aa4b5514ac7fc5dcd7d172de8aab2e460e9e040 | |
| parent | 9c25d5f597793e06fc57380fb6cea126c1477e51 (diff) | |
- Docuseal: 2.2.7 -> 2.3.4
- Gotify: 2.7.3 -> 2.9.0
- Vaultwarden: 1.34.3 -> 1.35.3
| -rw-r--r-- | docuseal/compose.yaml | 2 | ||||
| -rw-r--r-- | gotify/compose.yaml | 2 | ||||
| -rw-r--r-- | vaultwarden/compose.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index 90d5591..6318ff8 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -2,7 +2,7 @@ services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.2.7 + image: docuseal/docuseal:2.3.4 ports: - 10.0.0.1:3030:3000 volumes: diff --git a/gotify/compose.yaml b/gotify/compose.yaml index 6fcc562..7a6557d 100644 --- a/gotify/compose.yaml +++ b/gotify/compose.yaml @@ -1,7 +1,7 @@ --- services: gotify: - image: gotify/server:2.7.3 + image: gotify/server:2.9.0 restart: unless-stopped ports: - 10.0.0.1:8082:80 diff --git a/vaultwarden/compose.yaml b/vaultwarden/compose.yaml index a32ccb5..03063e5 100644 --- a/vaultwarden/compose.yaml +++ b/vaultwarden/compose.yaml @@ -7,6 +7,6 @@ services: ports: - 10.0.0.1:8090:80 restart: unless-stopped - image: vaultwarden/server:1.34.3 + image: vaultwarden/server:1.35.3 networks: {} ... |
