2023-01-10 14:28:19 +00:00
|
|
|
# SERVICE
|
|
|
|
SERVICE_URL=0.0.0.0
|
|
|
|
SERVICE_PORT=5002
|
|
|
|
|
|
|
|
# PRISMA
|
2023-03-17 10:25:25 +00:00
|
|
|
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=public"
|
2023-01-10 14:28:19 +00:00
|
|
|
|
|
|
|
# MESSAGE BROKER
|
2024-01-11 15:48:16 +00:00
|
|
|
MESSAGE_BROKER_IMAGE=docker.io/rabbitmq:3-alpine
|
2023-01-10 14:28:19 +00:00
|
|
|
|
|
|
|
# POSTGRES
|
2024-01-11 15:48:16 +00:00
|
|
|
POSTGRES_IMAGE=docker.io/postgres:15.0
|