Upgrade Alfresco to 5.1 201605 GA (#194)

* Upgrade Alfresco to 5.1 201605 GA

* Fix Alfresco upgrade. We upgarde it in 0 template version and we remove the pull always and we add sdekick for data volume

* Fix Release format

* Fix Release format
This commit is contained in:
disaster37
2016-07-27 23:19:20 +02:00
committed by Bill Maxwell
parent 7899c648e9
commit 3cc7a3e338
4 changed files with 32 additions and 12 deletions
+17 -3
View File
@@ -3,14 +3,21 @@ alfresco:
CIFS_ENABLED: 'false'
FTP_ENABLED: 'false'
labels:
io.rancher.container.pull_image: always'
io.rancher.sidekicks: alfresco-data
tty: true
image: webcenter/rancher-alfresco:v5.1.0-2
image: webcenter/rancher-alfresco:v5.1-201605-1
links:
- postgres:db
stdin_open: true
ports:
- 8080:8080/tcp
alfresco-data:
labels:
io.rancher.container.start_once: 'true'
image: alpine
volumes:
- /opt/alfresco/alf_data
net: none
postgres:
environment:
PGDATA: /var/lib/postgresql/data/pgdata
@@ -18,7 +25,14 @@ postgres:
POSTGRES_PASSWORD: ${database_password}
POSTGRES_USER: ${database_user}
labels:
io.rancher.container.pull_image: always
io.rancher.sidekicks: postgres-data
tty: true
image: postgres:9.4
stdin_open: true
postgres-data:
labels:
io.rancher.container.start_once: 'true'
image: alpine
volumes:
- /var/lib/postgresql/data/pgdata
net: none