Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Feb 12, 2024
1 parent 78aa945 commit 7571d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker-compose-CeleryExecutor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ volumes:

services:
rabbitmq:
image: rabbitmq:3.10-management
image: rabbitmq:3.12-management
restart: always
environment:
- RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-rabbit heartbeat 600 consumer_timeout 2592000000
Expand All @@ -55,7 +55,7 @@ services:
retries: 5

postgres:
image: postgres:13-alpine
image: postgres:15-alpine
restart: always
environment:
- POSTGRES_USER
Expand All @@ -70,7 +70,7 @@ services:
retries: 5

pgbouncer:
image: ranlu/pgbouncer:1.17.0
image: ranlu/pgbouncer:1.22.0
restart: always
environment:
- DB_USER=${POSTGRES_USER}
Expand Down

0 comments on commit 7571d98

Please sign in to comment.