version: '3.4' ## START LICENSE DISCLAIMER: In order to use the docker compose files you have to remove the whole LICENSE DISCLAIMER, from START to END. By removing these lines you accept the several different licenses used by the main software brought contained in each of the docker images, that you install. Which license this is you can see in the readme of every of those images on dockerhub. As with all Docker images, the installed images likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). As for any pre-built image usage, it is the image user's responsibility to ensure that any use of these images complies with any relevant licenses for all software contained within. ## END LICENSE DISCLAIMER services: php: depends_on: - pdfconverter # scaling possible, since implemented as one long-running request - visualconverter # scaling possible, since implemented as one long-running request pdfconverter: image: translate5/pdfconverter visualconverter: image: translate5/visualconverter