Need Help Getting Crontab Guru Dashboard Running in Docker

0
1
Asked By CuriousMitten331 On

Hey everyone! I'm trying to find a better way to manage and monitor my rsync jobs beyond the command line, and I came across the Crontab Guru Dashboard. While I can run it manually without any issues, I'm struggling to get it up and running in Docker. I've followed the provided instructions, but I keep running into some warnings like "CRONITOR_USERNAME" and "CRONITOR_PASSWORD" not being set. I also see an error about an 'unexpected (' in line 2 when running a configuration command. Has anyone been able to get it working in Docker or can someone offer some guidance? Thanks a ton in advance!

1 Answer

Answered By TechyBear42 On

You should definitely look into setting those username and password variables in your Docker setup. It seems like the image you're working with needs those for the configuration. It might also help to check the Docker Compose file to see if you're defining those variables properly before running the setup. Let us know if you need more help!

CuriousMitten331 -

Thanks for the tip! I've tried hardcoding the username and password, but it didn't seem to work. I'm still figuring out where to set them during installation.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.