24 lines
420 B
Plaintext
24 lines
420 B
Plaintext
# SERVICE
|
|
SERVICE_URL=0.0.0.0
|
|
SERVICE_PORT=5004
|
|
SERVICE_CONFIGURATION_DOMAIN=TERRITORY
|
|
HEALTH_SERVICE_PORT=6004
|
|
|
|
# PRISMA
|
|
DATABASE_URL="postgresql://mobicoop:mobicoop@v3-db:5432/mobicoop?schema=territory"
|
|
|
|
# RABBIT MQ
|
|
RMQ_URI=amqp://v3-broker:5672
|
|
RMQ_EXCHANGE=mobicoop
|
|
|
|
# POSTGRES
|
|
POSTGRES_IMAGE=docker.io/postgis/postgis:15-3.3
|
|
|
|
# REDIS
|
|
REDIS_HOST=v3-redis
|
|
REDIS_PASSWORD=redis
|
|
REDIS_PORT=6379
|
|
|
|
# CACHE
|
|
CACHE_TTL=5000
|