Skip to content

Commit

Permalink
Update docker compose volume config
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladugyan committed Dec 31, 2024
1 parent d0e72c6 commit 73e628b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ docs/.vitepress/cache
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
data.ms
/playwright/.cache/
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
db:
container_name: dsek-db
image: postgres:14.1-alpine
image: postgres:16-alpine
restart: always
environment:
- POSTGRES_USER=postgres
Expand All @@ -24,7 +24,7 @@ services:
ports:
- "7700:7700"
volumes:
- ./data.ms:/data.ms
- meilisearch:/data.ms

poppler-server:
build:
Expand All @@ -39,4 +39,4 @@ services:

volumes:
db:
driver: local
meilisearch:

0 comments on commit 73e628b

Please sign in to comment.