We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c7de3 commit 82f118aCopy full SHA for 82f118a
deployment/docker-compose/docker-compose.yml
@@ -0,0 +1,7 @@
1
+services:
2
+ shiny_app:
3
+ container_name: shiny-app
4
+ image: ghcr.io/eoda-dev/shiny-meets-fastapi:latest
5
+ ports:
6
+ - "3333:3333"
7
+ restart: always
0 commit comments