mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
upgrade docker images (#724)
This commit is contained in:
+17
-7
@@ -1,12 +1,12 @@
|
|||||||
version: "3"
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alfresco:
|
alfresco:
|
||||||
image: alfresco/alfresco-content-repository-community:6.0.7-ga
|
image: alfresco/alfresco-content-repository-community:6.1.0-ea
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS : "
|
JAVA_OPTS: '
|
||||||
-Ddb.driver=org.postgresql.Driver
|
-Ddb.driver=org.postgresql.Driver
|
||||||
-Ddb.username=alfresco
|
-Ddb.username=alfresco
|
||||||
-Ddb.password=alfresco
|
-Ddb.password=alfresco
|
||||||
@@ -19,14 +19,14 @@ services:
|
|||||||
-Dshare.host=localhost
|
-Dshare.host=localhost
|
||||||
-Ddeployment.method=DOCKER_COMPOSE
|
-Ddeployment.method=DOCKER_COMPOSE
|
||||||
-Dcsrf.filter.enabled=false
|
-Dcsrf.filter.enabled=false
|
||||||
"
|
'
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080 #Browser port
|
- 8080:8080 #Browser port
|
||||||
|
|
||||||
share:
|
share:
|
||||||
image: alfresco/alfresco-share:6.0.b
|
image: alfresco/alfresco-share:6.0.c
|
||||||
depends_on:
|
depends_on:
|
||||||
- alfresco
|
- alfresco
|
||||||
environment:
|
environment:
|
||||||
@@ -50,7 +50,7 @@ services:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
solr6:
|
solr6:
|
||||||
image: alfresco/alfresco-search-services:1.1.1
|
image: alfresco/alfresco-search-services:1.2.0
|
||||||
depends_on:
|
depends_on:
|
||||||
- alfresco
|
- alfresco
|
||||||
environment:
|
environment:
|
||||||
@@ -67,6 +67,16 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8983:8983 #Browser port
|
- 8983:8983 #Browser port
|
||||||
|
|
||||||
|
activemq:
|
||||||
|
image: alfresco/alfresco-activemq:5.15.6
|
||||||
|
networks:
|
||||||
|
- internal
|
||||||
|
ports:
|
||||||
|
- 8161:8161 # Web Console
|
||||||
|
- 5672:5672 # AMQP
|
||||||
|
- 61616:61616 # OpenWire
|
||||||
|
- 61613:61613 # STOMP
|
||||||
|
|
||||||
content-app:
|
content-app:
|
||||||
image: alfresco/alfresco-content-app:latest
|
image: alfresco/alfresco-content-app:latest
|
||||||
build: .
|
build: .
|
||||||
@@ -92,4 +102,4 @@ services:
|
|||||||
- 4000:80
|
- 4000:80
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
internal:
|
? internal
|
||||||
|
|||||||
Reference in New Issue
Block a user