Skip to content
/ infra Public

AerynOS service infrastructure - summit build controller, vessel repo manager, avalanche build worker middleware.

Notifications You must be signed in to change notification settings

AerynOS/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infra

docs

AerynOS service infrastructure

Prerequisites

  • Infra can be brought up via docker-compose.
  • just is used as a runner tool to streamline this.
# on AerynOS
sudo moss sync -u
sudo moss it docker-compose just -y
sudo usermod -a -G docker "${USER}"
sudo systemctl enable --now docker.socket
sudo systemctl reboot 
# on solus:
eopkg it docker docker-compose just
sudo usermod -a -G docker "${USER}"
sudo systemctl reboot

Testing

# Will build docker images and bring up `test/docker-compose.yaml`
just up
# Monitor service status and events
just logs
# Shut down containers
just down

About

AerynOS service infrastructure - summit build controller, vessel repo manager, avalanche build worker middleware.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages