Skip to content

Commit

Permalink
chore: remove Docker volume references from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Jan 30, 2025
1 parent 8864202 commit 640f7f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ build/
dist/
.eslint-config-inspector/

# Docker data folder
volumes/

# MDX
.mdx/

Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"**/dist/**": true,
"**/node_modules/**": true,
"**/playwright-report/**": true,
"**/test-results/**": true,
"**/volumes/**": true
"**/test-results/**": true
},

"i18n-ally.enabledFrameworks": ["react", "next-intl", "general"],
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
container_name: honghongme-postgres
ports:
- 5432:5432
volumes:
- ./volumes/postgresql:/var/lib/postgresql/data
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand All @@ -17,8 +15,6 @@ services:
container_name: honghongme-redis
ports:
- '6379:6379'
volumes:
- ./volumes/redis:/data

serverless-redis-http:
image: hiett/serverless-redis-http:latest
Expand Down

0 comments on commit 640f7f3

Please sign in to comment.