Skip to content

Commit

Permalink
Resolves #33
Browse files Browse the repository at this point in the history
  • Loading branch information
joergjo committed Oct 18, 2024
1 parent b7dda99 commit bf40a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ volumes:

services:
db:
image: ${POSTGRES_IMAGE:-postgres:15-alpine}
image: ${POSTGRES_IMAGE:-postgres:16-alpine}
profiles:
- "all"
restart: always
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
- webapp

db:
image: ${POSTGRES_IMAGE:-postgres:15-alpine}
image: ${POSTGRES_IMAGE:-postgres:16-alpine}
volumes:
- contosoads-db:/var/lib/postgresql/data
- ./deploy/migrate.sql:/docker-entrypoint-initdb.d/1-migrate.sql
Expand Down

0 comments on commit bf40a5d

Please sign in to comment.