integram icon indicating copy to clipboard operation
integram copied to clipboard

Environment variables to use .env instead of manually exporting it

Open r0lodex opened this issue 5 years ago • 1 comments

r0lodex avatar Oct 01 '19 06:10 r0lodex

There is just enough to mention service variable to set it from environment.

services:
  integram:
    environment:
      - INTEGRAM_INSTANCE_MODE=multi-main
      - INTEGRAM_CONFIG_DIR=/app/.conf
      # next variable values will be taken from .env
      - TZ
      - INTEGRAM_MONGO_URL
      - INTEGRAM_REDIS_URL
      - INTEGRAM_PORT
      - INTEGRAM_BASE_URL

RushOnline avatar Dec 29 '21 17:12 RushOnline