File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,27 @@ gunicorn basic_app_core.app:app -w 4 -k uvicorn.workers.UvicornWorker
4949* [ shinylive_quarto] ( shinylive_quarto )
5050* [ shinylive_without_quarto] ( shinylive_without_quarto )
5151
52- ## Docker
52+ ## Docker Image Releases
53+
54+ ### Shinylive inside nginx
5355
5456``` bash
5557docker pull ghcr.io/eoda-dev/shinylive-nginx:latest
5658
5759docker run --rm -p 8085:80 ghcr.io/eoda-dev/shinylive-nginx:latest
58- ```
60+ ```
61+
62+ Navigate to [ http://localhost:8085/shinylive-app/ ] ( http://localhost:8085/shinylive-app/ )
63+
64+ ### Shiny and FastAPI in one app
65+
66+ ``` bash
67+ docker pull ghcr.io/eoda-dev/shiny-meets-fastapi:latest
68+
69+ docker run -p 3333:3333 --rm ghcr.io/eoda-dev/shiny-meets-fastapi:latest
70+ ```
71+
72+ Navigate to:
73+
74+ * Shiny app: [ http://localhost:3333 ] ( http://localhost:3333 )
75+ * FastAPI REST API docs: [ http://localhost:3333/api/docs ] ( http://localhost:3333/api/docs )
You can’t perform that action at this time.
0 commit comments