Compare commits
3 Commits
0.2.5+v4.4
...
0.2.6+v4.5
| Author | SHA1 | Date | |
|---|---|---|---|
| f4381dc8a3 | |||
| de32805e71 | |||
| dc7c769011 |
14
compose.yml
14
compose.yml
@ -84,14 +84,14 @@ x-minio-env: &minio-env
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: lasuite/impress-frontend:v4.4.0
|
image: lasuite/impress-frontend:v4.5.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.2.5+v4.4.0"
|
- "coop-cloud.${STACK_NAME}.version=0.2.6+v4.5.0"
|
||||||
user: "${DOCKER_USER:-1000}"
|
user: "${DOCKER_USER:-1000}"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080"]
|
||||||
@ -101,7 +101,7 @@ services:
|
|||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: lasuite/impress-backend:v4.4.0
|
image: lasuite/impress-backend:v4.5.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
environment:
|
environment:
|
||||||
@ -131,7 +131,7 @@ services:
|
|||||||
- email_pass
|
- email_pass
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: lasuite/impress-backend:v4.4.0
|
image: lasuite/impress-backend:v4.5.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
user: "${DOCKER_USER:-1000}"
|
user: "${DOCKER_USER:-1000}"
|
||||||
@ -155,7 +155,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
y-provider:
|
y-provider:
|
||||||
image: lasuite/impress-y-provider:v4.4.0
|
image: lasuite/impress-y-provider:v4.5.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
environment: *yprovider-env
|
environment: *yprovider-env
|
||||||
@ -168,7 +168,7 @@ services:
|
|||||||
- y_api_key
|
- y_api_key
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16
|
image: pgautoupgrade/pgautoupgrade:18-debian
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@ -178,7 +178,7 @@ services:
|
|||||||
retries: 300
|
retries: 300
|
||||||
environment:
|
environment:
|
||||||
<<: *postgres-env
|
<<: *postgres-env
|
||||||
PGDATA: var/lib/postgresql/data/pgdata
|
PGDATA: /var/lib/postgresql/data/pgdata
|
||||||
volumes:
|
volumes:
|
||||||
- postgres:/var/lib/postgresql/data/pgdata
|
- postgres:/var/lib/postgresql/data/pgdata
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
@ -10,7 +10,7 @@ function backup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function restore {
|
function restore {
|
||||||
cd /var/lib/postgresql/data/
|
cd /var/lib/postgresql/data/pgdata/
|
||||||
restore_config(){
|
restore_config(){
|
||||||
# Restore allowed connections
|
# Restore allowed connections
|
||||||
cat pg_hba.conf.bak > pg_hba.conf
|
cat pg_hba.conf.bak > pg_hba.conf
|
||||||
|
|||||||
4
release/0.2.6+v4.5.0
Normal file
4
release/0.2.6+v4.5.0
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
upgraded to v4.5.0, and also switched from postgres:16 to pgautoupgrade/pgautoupgrade:18-bookworm
|
||||||
|
for automatic major version upgrades
|
||||||
|
|
||||||
|
no actions by operator should be necessary
|
||||||
Reference in New Issue
Block a user