systemd docker compose startup helper
Toastie 935fadf5be initial | 4 months ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 5 months ago | |
container-startup.service | 2 years ago | |
get-volume-sizes.sh | 1 year ago | |
icon.jpg | 4 months ago | |
install-service.sh | 5 months ago | |
services.conf.template | 2 years ago | |
startup.sh | 5 months ago |
startup.sh
runs docker compose
for a list of services to bring containers up/down or to pull images.container-startup.service
is a one-shot systemd service which runs startup.sh up
after boot as soon as the docker service is ready.
Stop and restart are explicitly not part of the service, as those actions are
handled by the docker daemon.cp services.conf.template services.conf
./install-service.sh