simplify test ci

This commit is contained in:
sbriat 2023-03-17 11:23:36 +01:00
parent 66ffbfcd80
commit c82261e9fd
2 changed files with 0 additions and 9 deletions

View File

@ -5,6 +5,3 @@ SERVICE_CONFIGURATION_DOMAIN=USER
# PRISMA
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=user-test"
# POSTGRES
POSTGRES_IMAGE=postgres:15.0

View File

@ -13,9 +13,3 @@ BROKER_IMAGE=rabbitmq:3-alpine
# POSTGRES
POSTGRES_IMAGE=postgres:15.0
# REDIS
REDIS_IMAGE=redis:7.0-alpine
REDIS_HOST=v3-redis
REDIS_PASSWORD=redis
REDIS_PORT=6379