Skip to content

Commit

Permalink
Add docker volume for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Byunk committed Dec 24, 2023
1 parent d794c37 commit e4bd80a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_modules/
.env
.DS_Store
.vscode/

logs/
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ services:
- DB_PORT=5432
- DB_USER=postgres
- DB_PASSWORD=password
volumes:
- $PWD/logs:/app/logs
ports:
- 3000:3000
nginx:
Expand Down

0 comments on commit e4bd80a

Please sign in to comment.