docker-git-puller/example
2024-09-22 17:50:46 +00:00
..
to-pull Added .gitkeep to example/to-pull to show that directory 2024-09-22 17:47:05 +00:00
docker-compose.yaml [example/docker-compose.yaml] Swapped env vars for consistency 2024-09-22 17:42:29 +00:00
README.md Added hint for accuracy 2024-09-22 17:50:46 +00:00

A simple docker-compose example

This demonstrates the basic functionality of the git-puller image.

How to get this working

First, build the image. Therefore, see section Building in the projects root README.md.

Second, our git-puller needs some git repository to keep up-to-date. So just clone any git repository into the to-pull folder (but make sure that the git root is exactly in the to-pull folder!) and see what happens when you run it.

How to run it? Just use docker compose up -d in this folder!