clean compose

This commit is contained in:
sbriat 2023-02-28 10:50:40 +01:00
parent 5edbe58855
commit d9febc7289
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SERVICE_URL=0.0.0.0
SERVICE_PORT=5002
# PRISMA
DATABASE_URL="postgresql://auth:auth@db:5432/auth?schema=public"
DATABASE_URL="postgresql://auth:auth@v3-auth-db-test:5432/auth?schema=public"
# RABBIT MQ
RMQ_URI=amqp://broker:5672