Skip to content

Commit 82f118a

Browse files
committed
Add docker-compose
1 parent 88c7de3 commit 82f118a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)