CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/test/kubernetes/docker-compose.yml
Views: 11766
1
version: '3'
2
3
services:
4
setup:
5
build: .
6
environment:
7
- KUBECONFIG=/kube/config
8
volumes:
9
- ./:/kubernetes
10
- ~/.kube:/kube:ro
11
ports:
12
- 8443:8443 # Kubernetes dashboard
13
- 9001:9001 # thinkphp
14
- 9002:9002 # lucee
15
command: make install
16
17