Solved 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:
- Docker
- Database
- Corn jobs
- 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
-
-
@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.
-
@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 -
-
peopleinside