Added Docker Compose Data

This commit is contained in:
Nicole Rappe 2023-09-21 23:16:07 -06:00
parent 263e390a59
commit a6d9d369f0

View File

@ -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