Issue: RELENG-1938
Change-Id: If0c872e29b79d8c647da2d5c499bc148223dde18
Signed-off-by: Pono <dtakamori@contractor.linuxfoundation.org>
GERRIT_CONTAINER_VERSION=latest
NEXUS_CONTAINER_VERSION=oss
OPENLDAP_CONTAINER_VERSION=latest
+ARTIFACTORY_CONTAINER_VERSION=latest
- 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
volumes:
gerrit:
nexus:
+ artifactory:
init: