Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonas-merkle/container-watchtower
A Docker Compose container setup for Watchtower.
https://github.com/jonas-merkle/container-watchtower
docker-compose watchtower
Last synced: about 2 months ago
JSON representation
A Docker Compose container setup for Watchtower.
- Host: GitHub
- URL: https://github.com/jonas-merkle/container-watchtower
- Owner: jonas-merkle
- License: other
- Created: 2022-12-09T12:35:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T19:42:40.000Z (about 2 months ago)
- Last Synced: 2024-11-14T20:31:23.270Z (about 2 months ago)
- Topics: docker-compose, watchtower
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# container-watchtower
A Docker Compose container setup for [Watchtower](https://containrrr.dev/watchtower/).
## Table of contents
- [container-watchtower](#container-watchtower)
- [Table of contents](#table-of-contents)
- [Setup](#setup)
- [0. Requirements](#0-requirements)
- [1. Add environment variables](#1-add-environment-variables)
- [Usage](#usage)
- [Start container](#start-container)
- [Stop container](#stop-container)
- [License](#license)## Setup
### 0. Requirements
- Docker
- Docker Compose### 1. Add environment variables
Add the missing information for the environment variables:
```bash
nano .env
```Mark the `.env` file so it's not tracked by git:
```bash
git update-index --assume-unchanged .env
```## Usage
### Start container
```bash
docker compose up -d
````### Stop container
```bash
docker compose down
```## License
This project is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html) (LGPLv3). You are free to use, modify, and distribute this software under the terms specified in the LGPLv3.
See the [LICENSE](./LICENSE) file for more detailed information.