mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Update dependencies
This commit is contained in:
parent
0519df4e4d
commit
6a7ad7a24b
5 changed files with 20 additions and 16 deletions
|
@ -6,12 +6,11 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
- POSTGRES_DB=planka
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
ports:
|
||||
- "5432:5432"
|
||||
expose:
|
||||
- "5432"
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue