From 16b3d71efc23bcbe78b22975357d4c533a183e21 Mon Sep 17 00:00:00 2001 From: Daniel Pono Takamori Date: Thu, 8 Aug 2019 16:30:46 -0700 Subject: [PATCH] comment out artifactory since it's not always needed Change-Id: I4003dcb558b681bc1ec9869872a29d608b082941 Signed-off-by: Daniel Pono Takamori --- docker-compose.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 135a003..d72dae7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -57,23 +57,23 @@ services: - nginx links: - nginx - artifactory: - image: "docker.bintray.io/jfrog/artifactory-oss:$ARTIFACTORY_CONTAINER_VERSION" - container_name: releng-artifactory - env_file: config.env - environment: - - VIRTUAL_HOST=artifactory.localhost - - VIRTUAL_PORT=8081 - volumes: - - artifactory:/var/opt/jfrog/artifactory - expose: - - "80" - - "443" - - "8081" - depends_on: - - nginx - links: - - nginx +# artifactory: +# image: "docker.bintray.io/jfrog/artifactory-oss:$ARTIFACTORY_CONTAINER_VERSION" +# container_name: releng-artifactory +# env_file: config.env +# environment: +# - VIRTUAL_HOST=artifactory.localhost +# - VIRTUAL_PORT=8081 +# volumes: +# - artifactory:/var/opt/jfrog/artifactory +# expose: +# - "80" +# - "443" +# - "8081" +# depends_on: +# - nginx +# links: +# - nginx postgres: image: postgres:latest container_name: releng-postgres @@ -90,5 +90,5 @@ services: volumes: gerrit: nexus: - artifactory: +# artifactory: init: -- 2.16.6