forked from github/plane
Update docker-compose.yml
This commit is contained in:
parent
460261f354
commit
571806b2af
@ -12,15 +12,15 @@ services:
|
|||||||
- plane-web
|
- plane-web
|
||||||
- plane-api
|
- plane-api
|
||||||
db:
|
db:
|
||||||
image: postgres:12-alpine
|
image: postgres:15.2-alpine
|
||||||
container_name: db
|
container_name: db
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- pgdata:/var/lib/postgresql/data
|
- pgdata:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: plane
|
|
||||||
POSTGRES_DB: plane
|
POSTGRES_DB: plane
|
||||||
POSTGRES_PASSWORD: plane
|
POSTGRES_PASSWORD: plane
|
||||||
|
PGDATA : /var/lib/postgresql/data
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
Loading…
Reference in New Issue
Block a user