You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
465 B

  1. #!/bin/bash
  2. set -e
  3. config-add "\
  4. services:
  5. $MASTER_BASE_SERVICE_NAME:
  6. command:
  7. - \"start-py3o-renderserver\"
  8. - \"--java=/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so\"
  9. - \"--ure=/usr/share\"
  10. - \"--office=/usr/lib/libreoffice\"
  11. - \"--driver=juno\"
  12. - \"--sofficeport=8997\"
  13. - \"--sofficehost=$MASTER_TARGET_SERVICE_NAME\"
  14. volumes:
  15. - $HOST_DATASTORE/$MASTER_TARGET_SERVICE_NAME/tmp:/tmp
  16. "