mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-01-11 09:52:40 +00:00
remove tools --check
This commit is contained in:
@@ -3,7 +3,7 @@ SERVICE_URL=0.0.0.0
|
||||
SERVICE_PORT=5001
|
||||
|
||||
# PRISMA
|
||||
DATABASE_URL="postgresql://user:user@v3-user-db-test:5432/user?schema=public"
|
||||
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-user-db-test:5432/user?schema=public"
|
||||
|
||||
# RABBIT MQ
|
||||
RMQ_URI=amqp://v3-user-broker:5672
|
||||
@@ -17,4 +17,5 @@ POSTGRES_IMAGE=postgres:15.0
|
||||
# REDIS
|
||||
REDIS_IMAGE=redis:7.0-alpine
|
||||
REDIS_HOST=v3-user-redis
|
||||
REDIS_PASSWORD=redis
|
||||
REDIS_PORT=6379
|
||||
|
||||
Reference in New Issue
Block a user