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