requilence / integram

Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
https://integram.org
GNU General Public License v3.0
1.54k stars 151 forks source link

Environment variables to use .env instead of manually exporting it #88

Open r0lodex opened 4 years ago

RushOnline commented 2 years ago

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