systemd docker compose startup helper

Toastie 935fadf5be initial 1 month ago
.gitignore 85b8cb63b6 removed hostname 1 year ago
README.md 6070da5792 changed headline 1 month ago
container-startup.service e150e6b04a renamed startup service 1 year ago
get-volume-sizes.sh db944755d8 initial 1 year ago
icon.jpg 935fadf5be initial 1 month ago
install-service.sh 7430f342e3 chmod a+x 1 month ago
services.conf.template 85b8cb63b6 removed hostname 1 year ago
startup.sh 07d52d2b90 exit 0 when no configuration exists 1 month ago

README.md

systemd docker compose startup helper

  • 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.

Configuration and Setup

  • Copy the template and add absolute paths to your docker-compose.yml files:
    • cp services.conf.template services.conf
  • Install the service:
    • ./install-service.sh