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
Dokemon should use the sqlite database. Are there any plans to support mysql or postgresql database? If external databases are supported, I can use the data provided by the cloud service provider to view services.
And how does dokemon handle the relative path of the docker-compose volume? I have tested that dokemon must be an absolute path, relative paths are not acceptable, example
MySQL (and other databases) will be supported in future versions. But this is a few months away.
Currently only Docker Volumes are officially supported. Bind mounts (both absolute/relative paths) are not officially supported. You might be able to use absolute paths in bind mounts, however, you will have to add a bind mount to the Dokemon container (Server/Agent) too for that path. Otherwise your data will be stored in the Dokemon containers and will be LOST if you restart the container. It is likely that people will misconfigure this and end up losing their data, so I do not want to support this officially at the moment.
Thanks for the reply. Will dokemon add a scheduled container running function in the future? I use certbot to apply for an https certificate. Certbot does not need to be running all the time. It only needs to be run when the certificate is about to expire.
Dokemon should use the sqlite database. Are there any plans to support mysql or postgresql database? If external databases are supported, I can use the data provided by the cloud service provider to view services.
And how does dokemon handle the relative path of the docker-compose volume? I have tested that dokemon must be an absolute path, relative paths are not acceptable, example
This can find the corresponding volume
The corresponding folder cannot be found
The text was updated successfully, but these errors were encountered: