update dependencies
This commit is contained in:
parent
09eeccd1e8
commit
8be7e5c197
9 changed files with 252 additions and 385 deletions
|
|
@ -32,11 +32,11 @@ services:
|
|||
ENABLE_CORS: "true"
|
||||
|
||||
postgres:
|
||||
image: postgres:13
|
||||
image: postgres:16
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue