diff --git a/public/svgs/litequeen.svg b/public/svgs/litequeen.svg new file mode 100644 index 000000000..aa0b8e038 --- /dev/null +++ b/public/svgs/litequeen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/compose/litequeen.yaml b/templates/compose/litequeen.yaml new file mode 100644 index 000000000..5ab19ee98 --- /dev/null +++ b/templates/compose/litequeen.yaml @@ -0,0 +1,15 @@ +# documentation: https://litequeen.com/ +# slogan: Manage SQLite databases on your server with ease. +# tags: sqlite, sqlite-database-management, self-hosted, VPS +# logo: svgs/litequeen.svg +# port: 8000 + +services: + litequeen: + image: kivsegrob/lite-queen:latest + environment: + - SERVICE_FQDN_LITEQUEEN_8000 + - SQLITE_DATABASES_LOCATION=${SQLITE_DATABASES_LOCATION} + volumes: + - litequeen-data:/home/litequeen/data + - ${SQLITE_DATABASES_LOCATION}:/www