Skip to content

Commit

Permalink
perf: ⚡️ added docker volume to the postgres in docker-compose (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncle-tee authored Mar 20, 2023
1 parent 3c0d108 commit d52ecaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/*
.DS_Store
logs/*
logs/*
nango-data/*
.idea/*
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
POSTGRES_DB: nango
ports:
- '5432:5432'
volumes:
- ./nango-data:/var/lib/postgresql/data
networks:
- nango

Expand Down

0 comments on commit d52ecaa

Please sign in to comment.