Skip to content

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

Open
r0lodex wants to merge 1 commit intorequilence:masterfrom
r0lodex:master
Open

Environment variables to use .env instead of manually exporting it#88
r0lodex wants to merge 1 commit intorequilence:masterfrom
r0lodex:master

Conversation

@r0lodex
Copy link

@r0lodex r0lodex commented Oct 1, 2019

No description provided.

@RushOnline
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants