mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-09 01:22:40 +00:00
clean compose
This commit is contained in:
@@ -3,10 +3,10 @@ SERVICE_URL=0.0.0.0
|
||||
SERVICE_PORT=5003
|
||||
|
||||
# PRISMA
|
||||
DATABASE_URL="postgresql://configuration:configuration@db:5432/configuration?schema=public"
|
||||
DATABASE_URL="postgresql://configuration:configuration@v3-configuration-db-test:5432/configuration?schema=public"
|
||||
|
||||
# RABBIT MQ
|
||||
RMQ_URI=amqp://broker:5672
|
||||
RMQ_URI=amqp://v3-configuration-broker:5672
|
||||
|
||||
# MESSAGE BROKER
|
||||
BROKER_IMAGE=rabbitmq:3-alpine
|
||||
|
||||
Reference in New Issue
Block a user