🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. dwijadas
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 1
    • Groups 0

    dwijadas

    @dwijadas

    -1
    Reputation
    4
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dwijadas Unfollow Follow

    Best posts made by dwijadas

    • Docker Environment variable of UVdesk

      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
      
      posted in Technical Help
      D
      dwijadas

    Latest posts made by dwijadas

    • Docker Environment variable of UVdesk

      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
      
      posted in Technical Help
      D
      dwijadas