šŸ”“ January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved Docker Environment variable of UVdesk

    Technical Help
    3
    4
    799
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dwijadas last edited by peopleinside

      Hi,

      I am setting up UVDesk for learning and docker method. There are few docker-compose around the web. But I cant find a good guide where I can refer to all environment variables that can be set.

      Any reference?

      in the installation folder I see two .env / .env.test .env.example - they are so different. Any working docker compose will be great help too šŸ™‚

      Areas that should work:

      1. Docker
      2. Database
      3. Email
      4. Corn jobs
      5. Email to work

      ---
      ⚠ Note from moderator:
      the following link repo looks to be not official and can be not safer and not updated.*

      https://github.com/Dietermartens/UVDesk-Docker/blob/master/docker-compose.yml

      ---

      [ text removed by moderator ]

      uvdesk:
        image: uvdesk-dwisha:latest
        depends_on:
          - db
        tty: true
        environment:
            MYSQL_USER: "uvdesk"
            MYSQL_PASSWORD: "xxxxxxxxxx"
            MYSQL_ROOT_PASSWORD: "xxxxxxxxx"
            MYSQL_DATABASE: uvdesk
            TZ=Europe/Brussels
            APP_TIMEZONE=Europe/Brussels
            APP_CURRENCY=EUR
            CRON_USER1=root
            CRON_SCHEDULE1=*/5 * * * *
            CRON_COMMAND1=cd /var/www/html && php bin/console uvdesk:refresh-mailbox info@domain.tld support@domain.tld
      
      peopleinside Komal Sharma 3 Replies Last reply Reply Quote -1
      • Komal Sharma
        Komal Sharma UVdesk Staff mod @dwijadas last edited by

        @dwijadas

        the following link repo looks to be not official and can be not safer and not updated.

        For docker installation with uvdesk official docker image website then you can use it from here.

        Kind Respects,
        Uvdesk Team

        1 Reply Last reply Reply Quote 1
        • peopleinside
          peopleinside EX helping member @dwijadas last edited by peopleinside

          @dwijadas
          Hi and welcome in the UVdesk community.

          For safety instructions on how to install UVdesk and download from an official source user can sourf here: https://docs.uvdesk.com

          External sources can be not safer as the official releases of UVdesk.

          All documentation are readable at the link above.
          About your question let see if UVdesk staff has some suggestion to give to you.

          Your post was approved but some text has been moderated for the community safety. I leaved the GitHub link also if looks to be not an official source and can be dangerous (code has to be examinated).

          More info about the moderated content has been sent to your account contact info.

          The GitHub repo you linked seems to be not updated since 2020 so can be not be safe also because seems old.

          šŸ’¬ You can also ask help on GitHub Discussions
          šŸ”“ I am no more active on Uvdesk
          šŸ”“ Forum support is inactive!

          1 Reply Last reply Reply Quote 0
          • peopleinside
            peopleinside EX helping member @dwijadas last edited by peopleinside

            @dwijadas I suggest to try to install latest UVdesk by using FTP or composer.

            With Composer: https://www.uvdesk.com/en/blog/installation-open-source-helpdesk-uvdesk/

            With FTP, the file can be download at https://cdn.uvdesk.com/uvdesk/downloads/opensource/uvdesk-community-current-stable.zip

            Once file upload just load the public folder to run the setup.

            In this way you are sure to have latest version.
            You can check what is the latest version here: https://github.com/uvdesk/community-skeleton/releases

            šŸ’¬ You can also ask help on GitHub Discussions
            šŸ”“ I am no more active on Uvdesk
            šŸ”“ Forum support is inactive!

            1 Reply Last reply Reply Quote 0
            • Komal Sharma
              Komal Sharma UVdesk Staff mod @dwijadas last edited by

              @dwijadas

              the following link repo looks to be not official and can be not safer and not updated.

              For docker installation with uvdesk official docker image website then you can use it from here.

              Kind Respects,
              Uvdesk Team

              1 Reply Last reply Reply Quote 1
              • Topic has been marked as solved  peopleinside peopleinside 
              • First post
                Last post