Update services hosts
Some checks failed
ci / build-image (push) Successful in 1m57s
ci / test-image (push) Failing after 11s

This commit is contained in:
Jonathan Cremin 2025-06-13 09:41:37 +01:00
parent 677dfe25af
commit 36e91ff03e
2 changed files with 21 additions and 27 deletions

View file

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