Skip to content

Commit 5dfd392

Browse files
wip: added the compose file (#5)
* wip: added the compose file * context: added Co-authored-by: Copilot <[email protected]> * Update docker-compose.yml Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent d52364a commit 5dfd392

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
controller:
3+
build:
4+
context: .
5+
dockerfile: Dockerfile
6+
volumes:
7+
- ${HOME}/.kube:/root/.kube
8+
ports:
9+
- "8000:8000"

0 commit comments

Comments
 (0)