LabKey SDMS Community Edition Installation
Quick & Easy Installation
The recommended (and easiest) way to get started with SDMS Community Edition is using the Docker image published by LabKey. Click below to visit the GitHub repository and download the image.
Requirements:
If you need help installing Docker, see these links for instructions:
Once you have Docker installed, follow these steps to get started with LabKey Community Edition:
git clone https://github.com/LabKey/ce-docker.git
cd ./ce-docker
docker compose up community --detach
https://localhost:8443
Stopping & Clean Up
docker compose down
docker-compose down -v --remove-orphans
mount/files
contains files saved in LabKeymount/logs
contains LabKey Server logsmount/pgdata
contains the postgresql database filesmount/modules
file path used for custom modulesUpgrading Versions
We only publish tagged versions to Docker Hub (we don't publish a 'latest' tag). To upgrade to a new version of LabKey Community edition, you have two options:
docker-compose.yml
file and update the image
version to the LabKey version you wish to use.docker compose up
command line. export IDENT="labkeyteamcity/labkey-community:25.3.9" docker compose up community --detach