diff --git a/.gitignore b/.gitignore index e7e3a3b..254c690 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ node_modules/ .env .DS_Store .vscode/ + +logs/ \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 54f3b0b..e371a37 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,6 +24,8 @@ services: - DB_PORT=5432 - DB_USER=postgres - DB_PASSWORD=password + volumes: + - $PWD/logs:/app/logs ports: - 3000:3000 nginx: