git clone [email protected]:hitontology/docker.git
git submodule init
git submodule update
cp .env.dist .env
docker-compose up
Modify .env to customize.
Make sure after a git pull you also do git submodule update.
Delete the volumes with docker compose down -v and rebuild the containers on start with docker compose up --build -d.