Merge branch 'extractTools' into 'main'
simplify test ci See merge request v3/service/user!26
This commit is contained in:
commit
24c31c893b
|
@ -5,6 +5,3 @@ SERVICE_CONFIGURATION_DOMAIN=USER
|
||||||
|
|
||||||
# PRISMA
|
# PRISMA
|
||||||
DATABASE_URL="postgresql://mobicoop:mobicoop@localhost:5432/mobicoop?schema=user-test"
|
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
|
||||||
POSTGRES_IMAGE=postgres:15.0
|
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