clean compose

This commit is contained in:
sbriat 2023-02-28 10:55:34 +01:00
parent d9febc7289
commit 8056fb1f18
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