diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-10-12 18:21:21 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-10-12 18:21:21 +0200 |
| commit | f6af3124d6adefd43448f53e77fad771df3c1d53 (patch) | |
| tree | 9ed86ba7ee3b79cc87aada40c053fb21d4e8c6be | |
| parent | c6243381afdd0f16b7745cd7d52c79c01f244f49 (diff) | |
Update Docuseal, Gotify, PrivateBin, Prometheus & Syncthing images.
- Docuseal: 2.1.5 -> 2.1.7
- Gotify: 2.7.2 -> 2.7.3
- PrivateBin: 2.0.0 -> 2.0.1
- Prometheus: v3.5.0 -> v3.6.0
- Syncthing: 2.0.9 -> 2.0.10
| -rw-r--r-- | docuseal/compose.yaml | 2 | ||||
| -rw-r--r-- | gotify/compose.yaml | 2 | ||||
| -rw-r--r-- | privatebin/compose.yaml | 2 | ||||
| -rw-r--r-- | prometheus/compose.yaml | 2 | ||||
| -rw-r--r-- | syncthing/compose.yaml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index 765d74b..397ccdc 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -2,7 +2,7 @@ services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.1.5 + image: docuseal/docuseal:2.1.7 ports: - 10.0.0.1:3030:3000 volumes: diff --git a/gotify/compose.yaml b/gotify/compose.yaml index eef5ac6..6fcc562 100644 --- a/gotify/compose.yaml +++ b/gotify/compose.yaml @@ -1,7 +1,7 @@ --- services: gotify: - image: gotify/server:2.7.2 + image: gotify/server:2.7.3 restart: unless-stopped ports: - 10.0.0.1:8082:80 diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index a9d4f23..9fa1d0c 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -1,6 +1,6 @@ services: nginx-fpm-alpine: - image: privatebin/nginx-fpm-alpine:2.0.0 + image: privatebin/nginx-fpm-alpine:2.0.1 restart: unless-stopped read_only: true ports: diff --git a/prometheus/compose.yaml b/prometheus/compose.yaml index 8ff7158..9a042a8 100644 --- a/prometheus/compose.yaml +++ b/prometheus/compose.yaml @@ -4,7 +4,7 @@ volumes: driver: local services: prometheus: - image: docker.io/prom/prometheus:v3.5.0 + image: docker.io/prom/prometheus:v3.6.0 container_name: prometheus ports: - 10.0.0.1:9090:9090 diff --git a/syncthing/compose.yaml b/syncthing/compose.yaml index cf26ef3..e9dbdec 100644 --- a/syncthing/compose.yaml +++ b/syncthing/compose.yaml @@ -1,6 +1,6 @@ services: syncthing: - image: ghcr.io/syncthing/syncthing:2.0.9 + image: ghcr.io/syncthing/syncthing:2.0.10 container_name: syncthing hostname: VPS environment: |
