Skip to content

hueske-digital/watchtower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Updates

This repository contains Watchtower – an automated update solution for docker images.

Requirements

Make sure that the Base is already set up and started.

Setup instructions

Clone the code to your server:

git clone git@gitlab.com:hueske-digital/services/updates.git ~/services/updates

Create environment file and fill up with your values:

cd ~/services/updates && cp .env.example .env && vim .env

Pull images and start the compose file:

docker compose up -d

Other information

Update all container images and recreate them if new images are available:

docker compose pull && docker compose up -d

Restart a single container:

docker compose restart app

Shutdown all container of this compose file:

docker compose down

Show and follow logs:

docker compose logs -ft

Additional configuration:
You can include any other docker config by using an additional compose file.

About

A container-based solution for automating Docker container base image updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published