MariaDB container with Appwrite server DB schema and tables initialized and ready to use for fresh Appwrite installation. This server is only extending the official MariaDB docker image with Appwrite schemas and tables already installed, for a fresh installation of MariaDB use only docker official image.
These instructions will cover usage information to help your run Appwrite's MariaDB docker container.
In order to run this container you'll need docker installed.
docker run appwrite/mariadb
This container supports all environment variables supplied by the official MariaDB Docker image.
docker build --tag appwrite/mariadb:1.3.0 .
docker push appwrite/mariadb:1.3.0
Multi-arch build (experimental using buildx):
docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le --tag appwrite/mariadb:1.3.0 --push .
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php