update postgresl, container versions
All checks were successful
Deploy Containers / Prepare (push) Successful in 1m32s

This commit is contained in:
2025-09-09 23:33:02 -04:00
parent e4fe271c36
commit 7f10dfa67a
3 changed files with 5 additions and 5 deletions

View File

@@ -15,13 +15,13 @@
- name: Pull latest Drop Docker Image
docker_image:
name: ghcr.io/drop-oss/drop
tag: v0.3.0
tag: v0.3.3
source: pull
- name: Create Drop DB Container
docker_container:
name: drop_postgres
image: postgres:14-alpine
image: postgres:17-alpine
recreate: true
networks:
- name: drop
@@ -41,7 +41,7 @@
- name: Create Drop Container
docker_container:
name: drop
image: ghcr.io/drop-oss/drop:v0.3.0
image: ghcr.io/drop-oss/drop:v0.3.3
recreate: true
networks:
- name: homelab

View File

@@ -21,7 +21,7 @@
- name: Create Nextcloud DB Docker Container
docker_container:
name: nc_postgresql
image: postgres:16-alpine
image: postgres:17-alpine
restart_policy: unless-stopped
recreate: true
networks:

View File

@@ -25,7 +25,7 @@
- name: Deploy Plausible Database Docker Container
docker_container:
name: metrics_postgres
image: postgres:16-alpine
image: postgres:17-alpine
restart_policy: unless-stopped
recreate: true
volumes: