Skip to content

Commit

Permalink
Fixes #4220: Database is not persistent in production deployment issu…
Browse files Browse the repository at this point in the history
…e fixed
  • Loading branch information
saravanan477 committed Jan 5, 2021
1 parent a2624ad commit 5804f7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:

postgres:
image: postgres:12-alpine
volumes:
- /var/opt/restya/data:/var/lib/postgresql/data
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=admin
Expand Down

0 comments on commit 5804f7c

Please sign in to comment.