chore(service): upgrade activepieces and postgres
This commit is contained in:
parent
a57092cf4c
commit
7399654c96
1 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
activepieces:
|
activepieces:
|
||||||
image: "ghcr.io/activepieces/activepieces:0.21.0" # Released on March 13 2024
|
image: ghcr.io/activepieces/activepieces:0.75.0
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_ACTIVEPIECES
|
- SERVICE_URL_ACTIVEPIECES
|
||||||
- AP_API_KEY=$SERVICE_PASSWORD_64_APIKEY
|
- AP_API_KEY=$SERVICE_PASSWORD_64_APIKEY
|
||||||
|
|
@ -40,7 +40,7 @@ services:
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
postgres:
|
postgres:
|
||||||
image: 'postgres:14.4'
|
image: postgres:18-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=${POSTGRES_DB:-activepieces}
|
- POSTGRES_DB=${POSTGRES_DB:-activepieces}
|
||||||
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
|
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
|
||||||
|
|
@ -54,7 +54,7 @@ services:
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
redis:
|
redis:
|
||||||
image: 'redis:7.0.7'
|
image: redis:7-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- "redis_data:/data"
|
- "redis_data:/data"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue