mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
docs: adjust filenames to match the docs
This commit is contained in:
parent
815643eb2c
commit
1a49826b85
3 changed files with 70 additions and 7 deletions
16
docker-compose-db.yml
Normal file
16
docker-compose-db.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
- POSTGRES_DB=planka
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
|
||||
volumes:
|
||||
db-data:
|
Loading…
Add table
Add a link
Reference in a new issue