Update testing/docker-compose.yaml

This commit is contained in:
2024-09-11 12:13:16 +03:00
parent 3eabe63e90
commit 3cf63c23ea

View File

@@ -18,7 +18,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: registry.ghostklart.com/ubuntu/testing:latest image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER}
container_name: gluster-1 container_name: gluster-1
hostname: gluster-1 hostname: gluster-1
user: root:root user: root:root
@@ -41,7 +41,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: registry.ghostklart.com/ubuntu/testing:latest image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER}
container_name: gluster-2 container_name: gluster-2
hostname: gluster-2 hostname: gluster-2
user: root:root user: root:root
@@ -66,7 +66,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: registry.ghostklart.com/ubuntu/testing:latest image: ${DOCKER_REPO}/${IMAGENAME}:${IMAGEVER}
container_name: gluster-3 container_name: gluster-3
hostname: gluster-3 hostname: gluster-3
user: root:root user: root:root