vault backup: 2025-01-17 22:24:51

This commit is contained in:
Nathan Price 2025-01-17 22:24:51 -05:00
parent ebf1865ab0
commit e0442b282f
Signed by: gravityfargo
SSH key fingerprint: SHA256:bjq+uA1U+9bFMd70q2wdNtwaYxGv84IBXalnYvZDKmg

View file

@ -13,11 +13,14 @@ Link my primary development folder to the container repo's source folder:
cd ~/Repositories
git clone git@git.modernleft.org:gravityfargo/quartz-docker.git
git clone git@github.com:jackyzha0/quartz.git
ln -sf ~/Repositories/quartz ~/Repositories/quartz-docker/quartz/src
```
Then mount the quartz directory to the development docker-compose file:
```yaml
volumes:
- ~/Repositories/quartz:/quartz/src
```
Then, you can run the container with the following command:
```bash
cd ~/Repositories/quartz-docker
make run