Skip to content

Commit

Permalink
Add default acs image to docker-compose to allow composeDown to run w…
Browse files Browse the repository at this point in the history
…ithout saved DOCKER_IMAGE value
  • Loading branch information
RVanhuysseXenit committed Dec 18, 2024
1 parent a41b570 commit 2dc5070
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apix-docker/70/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
alfresco-core:
image: ${DOCKER_IMAGE}
image: ${DOCKER_IMAGE:-private.docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.0}
ports:
- "${DOCKER_IP}:8080:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/71/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
alfresco-core:
image: ${DOCKER_IMAGE}
image: ${DOCKER_IMAGE:-private.docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.1}
ports:
- "${DOCKER_IP}:8080:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/72/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
alfresco-core:
image: ${DOCKER_IMAGE}
image: ${DOCKER_IMAGE:-private.docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.2}
ports:
- "${DOCKER_IP}:8080:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/73/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
alfresco-core:
image: ${DOCKER_IMAGE}
image: ${DOCKER_IMAGE:-private.docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.3}
ports:
- "${DOCKER_IP}:8080:8080"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion apix-docker/74/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
alfresco-core:
image: ${DOCKER_IMAGE}
image: ${DOCKER_IMAGE:-private.docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.4}
ports:
- "${DOCKER_IP}:8080:8080"
volumes:
Expand Down

0 comments on commit 2dc5070

Please sign in to comment.