Skip to content

Commit 6a036a5

Browse files
committed
Add docs
1 parent ec84c24 commit 6a036a5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Docker Compose Deployment
2+
3+
```bash
4+
docker compose up -d
5+
6+
docker compose -f docker-compose.lb.yml up -d
7+
```

deployment/k8s/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# k8s Deployment
2+
3+
```bash
4+
kubectl create namespace shiny-dev
5+
6+
kubectl apply -f shiny-service.yml
7+
8+
# or
9+
10+
kubectl apply -f https://raw.githubusercontent.com/eoda-dev/shiny-for-python-getting-started/refs/heads/main/deployment/k8s/shiny-service.yml
11+
```

0 commit comments

Comments
 (0)