12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
|
# SERVICE
|
||
|
SERVICE_URL=0.0.0.0
|
||
|
|
||
|
# PRISMA
|
||
|
DATABASE_URL="postgresql://user:user@localhost:5601/user?schema=public"
|
||
|
|
||
|
# RABBIT MQ
|
||
|
RMQ_URI=amqp://v3-broker:5672
|
||
|
|
||
|
# POSTGRES
|
||
|
POSTGRES_IMAGE=postgres:15.0
|