SerpentOS service infrastructure
- Infra can be brought up via
docker-compose
. just
is used as a runner tool to streamline this.
# on solus:
eopkg it docker docker-compose just
sudo usermod -a -G docker
sudo systemctl reboot
# Will build docker images and bring up `test/docker-compose.yaml`
just up