switch to pgautoupgrade
This commit is contained in:
10
compose.yml
10
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:
|
||||
|
||||
Reference in New Issue
Block a user