Skip to content

Commit

Permalink
Merge pull request #3101 from SEED-platform/update-paths-to-pgdata
Browse files Browse the repository at this point in the history
Update docker's pgdata path
  • Loading branch information
nllong committed Jan 19, 2022
2 parents 585a208 + 8d1f18a commit 327b140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- POSTGRES_DB
- POSTGRES_USER
- POSTGRES_PASSWORD
- PGDATA=/var/lib/postgresql/data/pgdata
volumes:
- seed_pgdata:/var/lib/postgresql/data
- $HOME/seed-backups:/backups
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- POSTGRES_DB=seed
- POSTGRES_USER=seed
- POSTGRES_PASSWORD=super-secret-password
- PGDATA=/var/lib/postgresql/data/pgdata
volumes:
- seed_pgdata:/var/lib/postgresql/data
ports:
Expand Down

0 comments on commit 327b140

Please sign in to comment.