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