Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

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
Copy Markdown

@r0lodex r0lodex commented Oct 1, 2019

No description provided.

@RushOnline
Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants