16 lines
253 B
Plaintext
16 lines
253 B
Plaintext
|
# SERVICE
|
||
|
SERVICE_URL=0.0.0.0
|
||
|
SERVICE_PORT=5001
|
||
|
|
||
|
# PRISMA
|
||
|
DATABASE_URL="postgresql://user:user@db:5432/user?schema=public"
|
||
|
|
||
|
# RABBIT MQ
|
||
|
RMQ_URI=amqp://broker:5672
|
||
|
|
||
|
# MESSAGE BROKER
|
||
|
BROKER_IMAGE=rabbitmq:3-alpine
|
||
|
|
||
|
# POSTGRES
|
||
|
POSTGRES_IMAGE=postgres:15.0
|