clean compose
This commit is contained in:
parent
5edbe58855
commit
d9febc7289
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue