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/docker-compose.override.yml
Views: 11655
1
services:
2
ms:
3
build:
4
context: .
5
dockerfile: ./Dockerfile
6
args:
7
BUNDLER_ARGS: --jobs=8
8
image: metasploit:dev
9
environment:
10
DATABASE_URL: postgres://postgres@db:5432/msf_dev?pool=200&timeout=5
11
volumes:
12
- .:/usr/src/metasploit-framework
13
14