Skip to content

Commit

Permalink
use postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
pipaLU committed Aug 14, 2024
1 parent 40566f4 commit 3320138
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

db:
container_name: db
image: postgres:10
image: postgres:15
env_file: .env
volumes:
- postgres_data:/var/lib/postgresql/data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
.env
command: gunicorn -b 0.0.0.0:5000 run:app
db:
image: postgres:10
image: postgres:15
env_file: .env
volumes:
- postgres_data:/var/lib/postgresql/data/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
.env
command: python3 /limbus/run.py
db:
image: postgres:10
image: postgres:15
env_file: .env
volumes:
- postgres_data:/var/lib/postgresql/data/
Expand Down

0 comments on commit 3320138

Please sign in to comment.