Skip to content

Commit

Permalink
fix docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Oct 30, 2024
1 parent 1fee985 commit 9f52bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/local/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- redis:/data

postgres:
image: postgres:12
image: postgres:17
shm_size: '2gb'
environment:
POSTGRES_USER: ${POSTGRES_USER:-cephalopod}
Expand Down
2 changes: 1 addition & 1 deletion deploy/production/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ x-skipper-celery-beat-healthcheck: &x-skipper-celery-beat-healthcheck

services:
postgres:
image: postgres:14
image: postgres:17
restart: unless-stopped
environment:
POSTGRES_USER: ${POSTGRES_USER:-cephalopod}
Expand Down

0 comments on commit 9f52bf0

Please sign in to comment.