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

use custom config.yml with docker #203

Open
nsecrist opened this issue Feb 11, 2020 · 0 comments
Open

use custom config.yml with docker #203

nsecrist opened this issue Feb 11, 2020 · 0 comments

Comments

@nsecrist
Copy link

nsecrist commented Feb 11, 2020

How can mount a file in a docker container to be used as the config.yml for webview?
Possibly related to #55.

I need to be able to update the base config so that context-path can be set.

docker-compose.yml

services:
    proxy:
         image: nginx:latest
         container_name: nginx
         volumes:
            - ./nginx.conf:/etc/nginx/nginx.conf
         ports:
            - "80:80"
         links:
            - kafka.webview

    kafka.webview:
        image: sourcelaborg/kafka-webview:latest
        container_name: kafka-webview
        volumes:
            - kafkawebview_data:/app/data
            - ./webview-config:{WHAT GOES HERE} # Not sure what goes here.
        expose:
            - "8080"

Any help here would be great. Thanks!

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