Update services hosts
This commit is contained in:
parent
677dfe25af
commit
063f03a768
2 changed files with 3 additions and 9 deletions
|
@ -8,24 +8,18 @@ on:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres:10-alpine
|
image: postgres:14-alpine
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: hostr
|
POSTGRES_PASSWORD: hostr
|
||||||
POSTGRES_USER: hostr
|
POSTGRES_USER: hostr
|
||||||
POSTGRES_DB: hostr
|
POSTGRES_DB: hostr
|
||||||
ports:
|
|
||||||
- 5432:5432
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:4.0.2-alpine
|
image: redis:4.0.2-alpine
|
||||||
ports:
|
|
||||||
- 6379:6379
|
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
env:
|
env:
|
||||||
MINIO_ACCESS_KEY: 7HYV3KPRGQ8Z5YCDNWC6
|
MINIO_ACCESS_KEY: 7HYV3KPRGQ8Z5YCDNWC6
|
||||||
MINIO_SECRET_KEY: 0kWP/ZkgIwQzgL9t4SGv9Uc93rO//OdyqMH329b/
|
MINIO_SECRET_KEY: 0kWP/ZkgIwQzgL9t4SGv9Uc93rO//OdyqMH329b/
|
||||||
ports:
|
|
||||||
- 9000:9000
|
|
||||||
cmd: server /export
|
cmd: server /export
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -61,7 +61,7 @@ services:
|
||||||
- "3001:3000"
|
- "3001:3000"
|
||||||
command: yarn run worker
|
command: yarn run worker
|
||||||
database:
|
database:
|
||||||
image: "postgres:10-alpine"
|
image: "postgres:14-alpine"
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
|
@ -69,7 +69,7 @@ services:
|
||||||
POSTGRES_USER: "hostr"
|
POSTGRES_USER: "hostr"
|
||||||
POSTGRES_DB: "hostr"
|
POSTGRES_DB: "hostr"
|
||||||
redis:
|
redis:
|
||||||
image: "redis:4.0.2-alpine"
|
image: "redis:8-alpine"
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
minio:
|
minio:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue