Skip to content

Commit

Permalink
Fix docker db paths
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed May 19, 2024
1 parent b251338 commit fc110c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
ports:
- 127.0.0.1:5432:5432
volumes:
- ./postgres-data/15/data:/var/lib/postgresql/data
- ./postgres-data/16/data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=${PG_PASS}
# See https://github.com/napstr/poggres#env-vars
Expand Down
2 changes: 2 additions & 0 deletions docker/dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
restart: always
ports:
- 127.0.0.1:5442:5432
volumes:
- ./postgres-data/16/data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=wolfia
- ROLE=wolfia
Expand Down

0 comments on commit fc110c7

Please sign in to comment.