Skip to content

Instantly share code, notes, and snippets.

@pida42
Created October 19, 2018 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pida42/850cbed3e119c94904d92fb385b1a742 to your computer and use it in GitHub Desktop.
Save pida42/850cbed3e119c94904d92fb385b1a742 to your computer and use it in GitHub Desktop.
alfresco:
links:
- database
- solr
- activemq
- pdf-renderer
- imagemagick
- libreoffice
- tika
ports:
- 8082:8080
- 21:2121
volumes:
- ${DATA_PATH}/alfresco:/usr/local/tomcat/alf_data
share:
links:
- alfresco
- activemq
- pdf-renderer
- imagemagick
- libreoffice
- tika
ports:
- 8080:8080
database:
ports:
- 5432:5432
volumes:
- ${DATA_PATH}/database:/var/lib/postgresql/data
solr:
ports:
- 8083:8983
volumes:
- ${DATA_PATH}/solr:/opt/alfresco-search-services/data
content-app:
links:
- alfresco
ports:
- 4001:80
content-app-proxy:
links:
- content-app
ports:
- 4000:80
httpd:
ports:
- 443:443
links:
- alfresco
- share
- solr
activemq:
ports:
- 8161:8161
- 5672:5672
- 61616:61616
- 61613:61613
clamav:
ports:
- 3310:3310
pdf-renderer:
ports:
- 8090:8090
imagemagick:
ports:
- 8091:8090
libreoffice:
ports:
- 8092:8090
tika:
ports:
- 8093:8090
shared-file-store:
ports:
- 8099:8099
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment