docker-compose-systemd 0.1.0
0001-01-01
Tags: #category/operations #container/compose #lang/yaml #org/uniget #standard/compose #standard/docker #type/configuration
Description
Run multiple service using docker compose and systemd
Homepage
Install
uniget install docker-compose-systemd
Dependencies
- Runtime: docker-compose
Code
Package
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