systemd docker compose startup helper

toastie89 7430f342e3 chmod a+x 9 months ago
.gitignore 85b8cb63b6 removed hostname 2 years ago
README.md 3095375860 added reference to install-service.sh and updated outline 9 months ago
container-startup.service e150e6b04a renamed startup service 2 years ago
get-volume-sizes.sh db944755d8 initial 2 years ago
install-service.sh 7430f342e3 chmod a+x 9 months ago
services.conf.template 85b8cb63b6 removed hostname 2 years ago
startup.sh 85b8cb63b6 removed hostname 2 years ago

README.md

Docker startup helper scripts

  • 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