19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
# SERVICE
|
|
SERVICE_CONTAINER=v3-user
|
|
SERVICE_URL=0.0.0.0
|
|
SERVICE_PORT=5001
|
|
|
|
# PRISMA
|
|
DATABASE_URL="postgresql://user:user@v3-user-db:5432/user?schema=public"
|
|
|
|
# RABBIT MQ
|
|
RMQ_URI=amqp://localhost:5672
|
|
|
|
# POSTGRES
|
|
POSTGRES_CONTAINER=v3-user-db
|
|
POSTGRES_IMAGE=postgres:15.0
|
|
POSTGRES_DB=user
|
|
POSTGRES_PASSWORD=user
|
|
POSTGRES_USER=user
|
|
POSTGRES_PORT=5501
|