bgruening / docker-ipython-notebook

:whale: :microscope: :books: IPython running in a docker container. This image can be used to integrate IPython into Galaxy
MIT License
17 stars 9 forks source link

Using ENV vars instead of a config yaml file. #21

Closed bgruening closed 9 years ago

bgruening commented 10 years ago

If the amount of variables is small enough, consider to to use ENV variables instead of the yaml file.

hexylena commented 9 years ago

Amount of variables has remained small, v0.2 should use ENV.

hexylena commented 9 years ago

Env variables:

Name New Use
debug :heavy_check_mark: More logging, don't rm -rf the folder when done (#32)
galaxy_web_port :heavy_check_mark: Originally galaxy_paster_port (#30)
notebook_password
cors_origin Expected final browser URL for accessing ipynb
docker_port used to unique-ify routes internally since rewriting URLs in every single call/response is a huge overhead for the nodejs proxy.
api_key
history_id
remote_host
galaxy_url