Environment variables external file

Other topics

Via External File

docker-composer.yml

  web:
    ...
    env_file:
     - ./filename

filename

variable=value

within the docker-compose itself

app:
  ...
  environment:
    - var=value

Contributors

Topic Id: 10598

Example Ids: 31803,31804

This site is not affiliated with any of the contributors.