Update services hosts
This commit is contained in:
parent
677dfe25af
commit
36e91ff03e
2 changed files with 21 additions and 27 deletions
|
@ -61,7 +61,7 @@ services:
|
|||
- "3001:3000"
|
||||
command: yarn run worker
|
||||
database:
|
||||
image: "postgres:10-alpine"
|
||||
image: "postgres:14-alpine"
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
@ -69,7 +69,7 @@ services:
|
|||
POSTGRES_USER: "hostr"
|
||||
POSTGRES_DB: "hostr"
|
||||
redis:
|
||||
image: "redis:4.0.2-alpine"
|
||||
image: "redis:8-alpine"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
minio:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue