Sqlite
info
FerritDB + Sqlite authentication support is still experimental,
and is not enabled in this database configuration. Because of this, the values for DB_USERNAME
and DB_PASSWORD
are ignored when using Sqlite, and the database port is not exposed publicly by default.
- Copy
komodo/sqlite.compose.yaml
andkomodo/compose.env
to your host:
wget -P komodo https://raw.githubusercontent.com/mbecker20/komodo/main/compose/sqlite.compose.yaml && \
wget -P komodo https://raw.githubusercontent.com/mbecker20/komodo/main/compose/compose.env
- Edit the variables in
komodo/compose.env
. - Deploy:
docker compose -p komodo -f komodo/sqlite.compose.yaml --env-file komodo/compose.env up -d
- sqlite.compose.yaml
- compose.env
https://github.com/mbecker20/komodo/blob/main/compose/sqlite.compose.yaml
https://github.com/mbecker20/komodo/blob/main/compose/compose.env