Added Docker Compose Data
This commit is contained in:
parent
263e390a59
commit
a6d9d369f0
@ -0,0 +1,15 @@
|
|||||||
|
version: '3.3'
|
||||||
|
services:
|
||||||
|
git-repo-updater:
|
||||||
|
privileged: true
|
||||||
|
environment:
|
||||||
|
- 'REPO_URL=https://git.cyberstrawberry.net/container-registry/git-repo-updater'
|
||||||
|
- COPY_DIR=/server
|
||||||
|
- 'NTFY_URL=https://ntfy.cyberstrawberry.net/git-repo-updater'
|
||||||
|
- GIT_USERNAME=nicole.rappe
|
||||||
|
- GIT_PASSWORD=REDACTED
|
||||||
|
- TZ=America/Denver
|
||||||
|
image: git-repo-updater
|
||||||
|
volumes:
|
||||||
|
- /srv/containers/git-repo-updater/traefik:/server
|
||||||
|
restart: always
|
Loading…
x
Reference in New Issue
Block a user