Docker compose
Our Docker images are currently in BETA and are not production-ready, even though the WriteBackExtreme application is a production product.
Docker for WriteBackExtreme will be released in version 5.2.0.
In the following example, we show how easy it is to set up a WriteBackExtreme application instance using the Docker Compose method:
Now you can run the docker compose up
command to start the composed Docker service.
Don't forget to add the
-d
to the startup command to "detach" the process, and run it in the background.
Changing repository database
By default WriteBackExtreme Docker is configured to use sqlite
as repository database. Via environment variables we have been able to support 3 other databases, to be used as repository database:
Checkout there documentation for setup environment variables to connect with the repository database.
All available image versions can be found here.
Update WriteBackExtreme container with a new version
If a new version is available, run the following commands to update:
Last updated