2017-11-28 20:35:20 +00:00
|
|
|
version: '3'
|
2016-07-18 18:38:57 +00:00
|
|
|
|
|
|
|
services:
|
2017-04-22 00:10:00 +00:00
|
|
|
ms:
|
|
|
|
build:
|
2017-11-28 20:35:20 +00:00
|
|
|
context: .
|
|
|
|
dockerfile: ./Dockerfile
|
2017-04-22 00:10:00 +00:00
|
|
|
args:
|
|
|
|
BUNDLER_ARGS: --jobs=8
|
|
|
|
image: metasploit:dev
|
2016-07-18 18:38:57 +00:00
|
|
|
environment:
|
2018-10-21 20:30:01 +00:00
|
|
|
DATABASE_URL: postgres://postgres@db:5432/msf_dev?pool=200&timeout=5
|
2016-07-18 18:38:57 +00:00
|
|
|
volumes:
|
2017-04-03 18:19:12 +00:00
|
|
|
- .:/usr/src/metasploit-framework
|