diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 10:32:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 10:32:48 -0600 |
| commit | c48825103db844c737cc76464cfa18c3c9ed4bc2 (patch) | |
| tree | 220839fb817b709fc4e96f5400a65bfd0b987e1d | |
feat: add docker-compose.yml file to pull images
| -rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..6c132f7 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,4 @@ +version: '3' +services: + gemnasium-maven: + image: registry.gitlab.com/gitlab-org/security-products/analyzers/gemnasium-maven:2 |
