From de32805e711106bc9940fe325fdb49c50e517a0b Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 16 Feb 2026 13:45:39 -0500 Subject: [PATCH] switch to pgautoupgrade --- compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index 3f1f3cf..60431b5 100644 --- a/compose.yml +++ b/compose.yml @@ -84,7 +84,7 @@ x-minio-env: &minio-env services: app: - image: lasuite/impress-frontend:v4.4.0 + image: lasuite/impress-frontend:v4.5.0 networks: - backend deploy: @@ -101,7 +101,7 @@ services: start_period: 10s backend: - image: lasuite/impress-backend:v4.4.0 + image: lasuite/impress-backend:v4.5.0 networks: - backend environment: @@ -131,7 +131,7 @@ services: - email_pass celery: - image: lasuite/impress-backend:v4.4.0 + image: lasuite/impress-backend:v4.5.0 networks: - backend user: "${DOCKER_USER:-1000}" @@ -155,7 +155,7 @@ services: y-provider: - image: lasuite/impress-y-provider:v4.4.0 + image: lasuite/impress-y-provider:v4.5.0 networks: - backend environment: *yprovider-env @@ -168,7 +168,7 @@ services: - y_api_key db: - image: postgres:16 + image: pgautoupgrade/pgautoupgrade:16-alpine networks: - backend healthcheck: