Giter Club home page Giter Club logo

streamlit-nginx's Introduction

streamlit-nginx

streamlit-nginx is a Docker image with Streamlit and Nginx for web-based demo applications in Python 3.6 and above, in a single container.

Description

The Docker image is configured using a server upstream in Nginx, which allows the deployment to Kubernetes clusters without the risk to get a socket connection timeout without editing the default values (see discussion here)

Supported tags

Here's the supported tags with the corresponding Dockerfile:

How to use

streamlit-nginx should be used as a base image for the containers hosting your own Streamlit application. You should set the base image in your Dockerfile, without cloning the repository:

FROM lucone83/streamlit-nginx:python3.8

<your Dockerfile code>

CMD ["streamlit", "run", "your_application_file_path.py"]

Advanced use

Custom nginx settings

You can override the default nginx settings file with your own. All you need to do is to copy it in the right container folder. Your Dockerfilewill look like:

FROM lucone83/streamlit-nginx:python3.8

<your Dockerfile code ... >

COPY --chown=streamlitapp your-nginx-file-path /home/streamlitapp/.nginx/nginx.conf

< ... rest of your Dockerfile code>

NOTE: at the moment I haven't introduced the possibility to change the app directory in an easy way. The Docker image has a default user (streamlitapp) with its own home directory (/home/streamlitapp). At the moment it is not possible to change the nginx listening port, which is set to 8080.

streamlit-nginx's People

Contributors

lballore avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.