Update services hosts
Some checks failed
ci / build-image (push) Successful in 2m4s
ci / test-image (push) Failing after 3s

This commit is contained in:
Jonathan Cremin 2025-06-13 09:41:37 +01:00
parent 677dfe25af
commit 970a7c0340

View file

@ -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: