CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/test/kubernetes/docker-compose.yml
Views: 1904
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