docker-compose-systemd 0.1.0

0001-01-01


Description

Run multiple service using docker compose and systemd

Homepage

https://uniget.dev

Install

uniget install docker-compose-systemd

Dependencies

Code

See code on GitHub

Package

See package on GitHub

Platforms

  • linux/amd64
  • linux/arm64

Messages

usage

  • Run the following command to start using the systemd unit template: systemctl daemon-reload
  • Make sure, Docker is running
  • For a new service, create a new directory in /etc/docker-compose/
  • Place a file compose.yaml in the directory
  • Optionally, add accompanying files
  • Enable a service using: systemctl enable docker-compose@.service
  • Start a service using: systemctl start docker-compose@.service

History

Link