Skip to content

Commit

Permalink
chore: bump compose postgres versions to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Nov 20, 2024
1 parent 55ac763 commit 0148e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.1"
services:
database:
container_name: gram-demo-postgres
image: postgres:12
image: postgres:17
restart: unless-stopped
environment:
POSTGRES_PASSWORD: somethingsecret
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
development-database:
container_name: gram-postgres
image: postgres:12
image: postgres:17
# restart: unless-stopped
environment:
POSTGRES_PASSWORD: somethingsecret
Expand All @@ -10,7 +10,7 @@ services:
- 127.0.0.1:5432:5432
test-database:
container_name: gram-test-postgres
image: postgres:12
image: postgres:17
# restart: unless-stopped
environment:
POSTGRES_PASSWORD: somethingsecretfortesting
Expand Down

0 comments on commit 0148e7b

Please sign in to comment.