You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the container version of cachet and wanted to run it locally to test it to make sure its working. Can someone point me to the docker image of this?
Thanks,
Vignesh
The text was updated successfully, but these errors were encountered:
You can take the Dockerfile from the origin project and change the archive_url to ENV archive_url ${archive_url:-https://github.com/fiveai/Cachet/archive/${cachet_ver}.tar.gz} in line 10.
This works good in my environment. But should map the volume of the sqlite database outside of the container.
Hello,
I have used the container version of cachet and wanted to run it locally to test it to make sure its working. Can someone point me to the docker image of this?
Thanks,
Vignesh
The text was updated successfully, but these errors were encountered: