1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-05-06 21:21:18 +05:00
parent 0519df4e4d
commit 6a7ad7a24b
5 changed files with 20 additions and 16 deletions

View file

@ -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: