simplify test ci
This commit is contained in:
parent
66ffbfcd80
commit
c82261e9fd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue