Minor fixes to compose file
This commit is contained in:
@ -15,12 +15,12 @@ services:
|
|||||||
- GIT_USERNAME=${GIT_USERNAME}
|
- GIT_USERNAME=${GIT_USERNAME}
|
||||||
- GIT_PASSWORD=${GIT_PASSWORD}
|
- GIT_PASSWORD=${GIT_PASSWORD}
|
||||||
- TZ=America/Denver
|
- TZ=America/Denver
|
||||||
image: git.cyberstrawberry.net/container-registry/git-repo-updater:latest
|
image: git.bunny-lab.io/container-registry/git-repo-updater:latest
|
||||||
volumes:
|
volumes:
|
||||||
#This folder is where the repository will be downloaded and updated - it needs a unique folder name.
|
#This folder is where the repository will be downloaded and updated - it needs a unique folder name.
|
||||||
- ${TEMP_DIR}:/root/Repo_Watcher/repo
|
- ${TEMP_DIR}:/root/Repo_Watcher/repo
|
||||||
#This is where you want the git repository data to be copied to (e.g. a server's data folder)
|
#This is where you want the git repository data to be copied to (e.g. a server's data folder)
|
||||||
- ${DESTINATION}:/DATA
|
- ${COPY_DIR}:/DATA
|
||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ services:
|
|||||||
REPO_URL=https://git.cyberstrawberry.net/cyberstrawberry/placeholder.git
|
REPO_URL=https://git.cyberstrawberry.net/cyberstrawberry/placeholder.git
|
||||||
NTFY_URL=https://ntfy.cyberstrawberry.net/git-repo-updater
|
NTFY_URL=https://ntfy.cyberstrawberry.net/git-repo-updater
|
||||||
TEMP_DIR=/srv/containers/git-repo-updater/REPO-NAME
|
TEMP_DIR=/srv/containers/git-repo-updater/REPO-NAME
|
||||||
DESTINATION=/srv/containers/server-name/data
|
COPY_DIR=/srv/containers/server-name/data
|
||||||
GIT_USERNAME=nicole.rappe
|
GIT_USERNAME=nicole.rappe
|
||||||
GIT_PASSWORD=USE-AN-APP-PASSWORD
|
GIT_PASSWORD=USE-AN-APP-PASSWORD
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user