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

Support for .yaml config files / --config flag #2

Open
keebrev opened this issue Mar 11, 2022 · 0 comments
Open

Support for .yaml config files / --config flag #2

keebrev opened this issue Mar 11, 2022 · 0 comments

Comments

@keebrev
Copy link

keebrev commented Mar 11, 2022

First of all, I like the fact this is dockerized! Although, I am missing one key-feature to make this work for our dev-environment. We are using multiple tunnels simultaneously and have this configured in a ngrok.yaml file.

I'd love support for the --config flag so I'd be able to use it like this (or something similar):

# SNIPPET OF docker-compose.yaml file
  ngrok:
    image: shkoliar/ngrok:latest
    ports:
      - 4551:4551
    volumes:
      - ./backend/example_task_handler/ngrok.yaml:/ngrok.yaml
    links:
      - task_handler_one
      - task_handler_two
    environment:
      - PARAMS=start --config=ngrok.yaml --all
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

No branches or pull requests

1 participant