netsandbox / docker-rt

Docker image with RT installation
GNU General Public License v2.0
28 stars 24 forks source link

Documentation: Not for production use? #2

Closed tobiasbp closed 7 years ago

tobiasbp commented 7 years ago

The readme says: "This image is intended for development or testing, not for production use."

What makes the image unsuitable for production use?

netsandbox commented 7 years ago

Mainly, because the images uses SQLite as database backend, which isn't suitable for production use (see https://docs.bestpractical.com/rt/latest/RT_Config.html#Database-connection).

These images are never build with production use in mind. They should provide users a quick way to test RT and to use this images for testing their RT extensions.