Merge branch 'updateCompose' into 'main'

clean compose

See merge request v3/service/auth!17
This commit is contained in:
Sylvain Briat 2023-02-28 10:00:51 +00:00
commit 8acf29adc3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SERVICE_PORT=5002
DATABASE_URL="postgresql://auth:auth@v3-auth-db-test:5432/auth?schema=public" DATABASE_URL="postgresql://auth:auth@v3-auth-db-test:5432/auth?schema=public"
# RABBIT MQ # RABBIT MQ
RMQ_URI=amqp://broker:5672 RMQ_URI=amqp://v3-auth-broker:5672
# MESSAGE BROKER # MESSAGE BROKER
BROKER_IMAGE=rabbitmq:3-alpine BROKER_IMAGE=rabbitmq:3-alpine