2023-01-10 10:24:42 +00:00
|
|
|
# SERVICE
|
|
|
|
SERVICE_URL=0.0.0.0
|
|
|
|
SERVICE_PORT=5001
|
|
|
|
|
2023-01-09 15:40:31 +00:00
|
|
|
# PRISMA
|
2023-01-10 10:24:42 +00:00
|
|
|
DATABASE_URL="postgresql://user:user@db:5432/user?schema=public"
|
2023-01-09 15:40:31 +00:00
|
|
|
|
2023-01-10 07:54:29 +00:00
|
|
|
# RABBIT MQ
|
2023-01-10 10:24:42 +00:00
|
|
|
RMQ_URI=amqp://broker:5672
|
2023-01-10 07:54:29 +00:00
|
|
|
|
|
|
|
# MESSAGE BROKER
|
|
|
|
BROKER_IMAGE=rabbitmq:3-alpine
|
|
|
|
|
2023-01-09 15:40:31 +00:00
|
|
|
# POSTGRES
|
|
|
|
POSTGRES_IMAGE=postgres:15.0
|