Fix #238 - Alfresco template (#321)

This commit is contained in:
disaster37 2016-10-28 02:55:11 +02:00 committed by Bill Maxwell
parent ed8a87ad7b
commit cfba3733ab

View File

@ -11,6 +11,8 @@ alfresco:
stdin_open: true
ports:
- 8080:8080/tcp
volumes_from:
- alfresco-data
alfresco-data:
labels:
io.rancher.container.start_once: 'true'
@ -18,6 +20,7 @@ alfresco-data:
volumes:
- /opt/alfresco/alf_data
net: none
command: /bin/true
postgres:
environment:
PGDATA: /var/lib/postgresql/data/pgdata
@ -29,6 +32,8 @@ postgres:
tty: true
image: postgres:9.4
stdin_open: true
volumes_from:
- postgres-data
postgres-data:
labels:
io.rancher.container.start_once: 'true'
@ -36,3 +41,4 @@ postgres-data:
volumes:
- /var/lib/postgresql/data/pgdata
net: none
command: /bin/true