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:
|
||||
alfresco:
|
||||
image: alfresco/alfresco-content-repository-community:6.0.7-ga
|
||||
image: alfresco/alfresco-content-repository-community:6.1.0-ea
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
JAVA_OPTS : "
|
||||
JAVA_OPTS: '
|
||||
-Ddb.driver=org.postgresql.Driver
|
||||
-Ddb.username=alfresco
|
||||
-Ddb.password=alfresco
|
||||
@@ -19,14 +19,14 @@ services:
|
||||
-Dshare.host=localhost
|
||||
-Ddeployment.method=DOCKER_COMPOSE
|
||||
-Dcsrf.filter.enabled=false
|
||||
"
|
||||
'
|
||||
networks:
|
||||
- internal
|
||||
ports:
|
||||
- 8080:8080 #Browser port
|
||||
|
||||
share:
|
||||
image: alfresco/alfresco-share:6.0.b
|
||||
image: alfresco/alfresco-share:6.0.c
|
||||
depends_on:
|
||||
- alfresco
|
||||
environment:
|
||||
@@ -50,7 +50,7 @@ services:
|
||||
- 5432:5432
|
||||
|
||||
solr6:
|
||||
image: alfresco/alfresco-search-services:1.1.1
|
||||
image: alfresco/alfresco-search-services:1.2.0
|
||||
depends_on:
|
||||
- alfresco
|
||||
environment:
|
||||
@@ -67,6 +67,16 @@ services:
|
||||
ports:
|
||||
- 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:
|
||||
image: alfresco/alfresco-content-app:latest
|
||||
build: .
|
||||
@@ -92,4 +102,4 @@ services:
|
||||
- 4000:80
|
||||
|
||||
networks:
|
||||
internal:
|
||||
? internal
|
||||
|
||||
Reference in New Issue
Block a user