Skip to content

Commit

Permalink
update docker postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jul 20, 2023
1 parent da1e576 commit 4975701
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docker-compose.db.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
postgres:
image: postgres:13
image: postgres:15
container_name: postgres
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- postgres

postgres:
image: postgres:13
image: postgres:15
container_name: postgres
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- .env

postgres:
image: postgres:13
image: postgres:15
container_name: postgres
restart: always
ports:
Expand Down
15 changes: 0 additions & 15 deletions prisma/Dockerfile

This file was deleted.

0 comments on commit 4975701

Please sign in to comment.