A supervisor for docker-compose apps.
Project description
Harbormaster
Harbormaster is a small utility that lets you easily deploy multiple Docker-Compose applications.
Installation
Installing Harbormaster is simple. You can use pipx
(recommended):
$ pipx install docker-harbormaster
Or pip
(less recommended):
$ pip install docker-harbormaster
You need to also make sure you have git
installed on your system.
Usage
Harbormaster uses a single YAML configuration file that's basically a list of repositories to deploy:
repositories:
myapp:
url: https://github.com/someuser/somerepo.git
otherapp:
url: https://gitlab.com/otheruser/otherrepo.git
Then, just run Harbormaster in the same directory as that configuration file. Harbormaster will parse the file, automatically download the repositories mentioned in it (and keep them up to date).
Harbormaster only ever writes to the working directory you specify, and nowhere
else. All the data for each Compose app is under <workdir>/data/<appname>
, so
you can easily back up the entire data directory in one go.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file docker-harbormaster-0.1.0.tar.gz
.
File metadata
- Download URL: docker-harbormaster-0.1.0.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d190ae2d2562701066e5e9156f21e353196945c3c24b80432224ffefd3c3b723 |
|
MD5 | 960fee2793f6c5f91e1cc9a9a8c8f3fc |
|
BLAKE2b-256 | 1298e1c9d55045ec518c803a501b749136b37c46407f1dfd02e89af1f256abca |