2023-01-25 14:16:13 +00:00
|
|
|
# SERVICE
|
|
|
|
SERVICE_URL=0.0.0.0
|
2023-01-25 17:26:54 +00:00
|
|
|
SERVICE_PORT=5003
|
2023-01-25 14:16:13 +00:00
|
|
|
|
|
|
|
# PRISMA
|
2023-01-25 17:26:54 +00:00
|
|
|
DATABASE_URL="postgresql://configuration:configuration@db:5432/configuration?schema=public"
|
2023-01-25 14:16:13 +00:00
|
|
|
|
|
|
|
# RABBIT MQ
|
|
|
|
RMQ_URI=amqp://broker:5672
|
|
|
|
|
|
|
|
# MESSAGE BROKER
|
|
|
|
BROKER_IMAGE=rabbitmq:3-alpine
|
|
|
|
|
|
|
|
# POSTGRES
|
|
|
|
POSTGRES_IMAGE=postgres:15.0
|