Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. musicman (musicman@nu.federati.net)'s status on Wednesday, 05-Aug-2020 16:11:28 EDT musicman musicman
    below is a section of a #docker compose file. Why is it that under environment in share you have different sections such as JAVA_OPTS, but under solr6 the configs just have a - in front of them. I tried adding JAVA_OPTS to solr6 and got a yml syntax error

    ```
    share:
    image: alfresco/alfresco-share:6.2.0
    mem_limit: 1g
    environment:
    REPO_HOST: "alfresco"
    REPO_PORT: "8080"
    JAVA_OPTS: "
    -Xms500m
    -Xmx500m
    -Dalfresco.host=localhost
    -Dalfresco.port=8080
    -Dalfresco.context=alfresco
    -Dalfresco.protocol=http
    "

    solr6:
    image: alfresco/alfresco-search-services:1.4.2.1
    mem_limit: 4g
    environment:
    #JAVA_OPTS: "-Dsolr.log.level=FINE"
    #Solr needs to know how to register itself with Alfresco
    - SOLR_ALFRESCO_HOST=alfresco
    - SOLR_ALFRESCO_PORT=8080
    #Alfresco needs to know how to call solr
    - SOLR_SOLR_HOST=solr6
    - SOLR_SOLR_PORT=8983
    #Create the default alfresco and archive cores
    - SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
    #HTTP by default
    - ALFRESCO_SECURE_COMMS=none
    ```
    In conversation Wednesday, 05-Aug-2020 16:11:28 EDT from nu.federati.net permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.