Update services hosts
This commit is contained in:
parent
677dfe25af
commit
970a7c0340
1 changed files with 1 additions and 7 deletions
|
@ -8,24 +8,18 @@ on:
|
|||
|
||||
services:
|
||||
database:
|
||||
image: postgres:10-alpine
|
||||
image: postgres:14-alpine
|
||||
env:
|
||||
POSTGRES_PASSWORD: hostr
|
||||
POSTGRES_USER: hostr
|
||||
POSTGRES_DB: hostr
|
||||
ports:
|
||||
- 5432:5432
|
||||
redis:
|
||||
image: redis:4.0.2-alpine
|
||||
ports:
|
||||
- 6379:6379
|
||||
minio:
|
||||
image: minio/minio
|
||||
env:
|
||||
MINIO_ACCESS_KEY: 7HYV3KPRGQ8Z5YCDNWC6
|
||||
MINIO_SECRET_KEY: 0kWP/ZkgIwQzgL9t4SGv9Uc93rO//OdyqMH329b/
|
||||
ports:
|
||||
- 9000:9000
|
||||
cmd: server /export
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue