diff --git a/testing/docker-compose.yaml b/testing/docker-compose.yaml index 3250327..960df67 100644 --- a/testing/docker-compose.yaml +++ b/testing/docker-compose.yaml @@ -18,7 +18,7 @@ services: build: context: . dockerfile: Dockerfile - image: registry.ghostklart.com/ubuntu/testing:latest + image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER} container_name: gluster-1 hostname: gluster-1 user: root:root @@ -41,7 +41,7 @@ services: build: context: . dockerfile: Dockerfile - image: registry.ghostklart.com/ubuntu/testing:latest + image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER} container_name: gluster-2 hostname: gluster-2 user: root:root @@ -66,7 +66,7 @@ services: build: context: . dockerfile: Dockerfile - image: registry.ghostklart.com/ubuntu/testing:latest + image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER} container_name: gluster-3 hostname: gluster-3 user: root:root