22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
# SERVICE
|
|
SERVICE_URL=0.0.0.0
|
|
SERVICE_PORT=5001
|
|
SERVICE_CONFIGURATION_DOMAIN=USER
|
|
|
|
# PRISMA
|
|
DATABASE_URL="postgresql://user:user@v3-user-db:5432/user?schema=public"
|
|
|
|
# RABBIT MQ
|
|
RMQ_URI=amqp://v3-broker:5672
|
|
|
|
# POSTGRES
|
|
POSTGRES_IMAGE=postgres:15.0
|
|
|
|
# REDIS
|
|
REDIS_IMAGE=redis:7.0-alpine
|
|
REDIS_HOST=v3-user-redis
|
|
REDIS_PORT=6379
|
|
|
|
# CACHE
|
|
CACHE_TTL=5000
|