mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3264 Addition of communityDocker profile to build images (#23)
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
REPO=quay.io/
|
||||
ALFRESCO_TAG=latest
|
||||
SHARE_TAG=5.2.X
|
||||
|
||||
|
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
alfresco:
|
||||
image: quay.io/alfresco/alfresco-content-services-community:${ALFRESCO_TAG}
|
||||
image: ${REPO}alfresco/alfresco-content-services-community:${ALFRESCO_TAG}
|
||||
environment:
|
||||
JAVA_OPTS : "
|
||||
-Ddb.driver=org.postgresql.Driver
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
- 8082:8080 #Browser port
|
||||
|
||||
share:
|
||||
image: quay.io/alfresco/alfresco-full-share:${SHARE_TAG}
|
||||
image: ${REPO}alfresco/alfresco-full-share:${SHARE_TAG}
|
||||
environment:
|
||||
- REPO_HOST=alfresco
|
||||
- REPO_PORT=8080
|
||||
|
4
docker-compose/test.env
Normal file
4
docker-compose/test.env
Normal file
@@ -0,0 +1,4 @@
|
||||
export REPO=
|
||||
export ALFRESCO_TAG=local
|
||||
export SHARE_TAG=local
|
||||
|
Reference in New Issue
Block a user