Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants