[add] wsdd
This commit is contained in:
parent
24e104f75a
commit
8778b2719c
11 changed files with 60 additions and 10 deletions
|
|
@ -18,13 +18,13 @@
|
|||
set -e
|
||||
|
||||
# Gitea config / SQL DB backup rotation
|
||||
CONTAINER=gitea_server_1
|
||||
CONTAINER=gitea
|
||||
# Backup dir from our perspective
|
||||
HOST_BACKUP_DIR="/volume1/backups/gitea"
|
||||
HOST_BACKUP_DIR="/mnt/drive/backups"
|
||||
# Git repo dir from our perspective (it's outside container)
|
||||
HOST_GIT_REPO_DIR="/volume1/docker/gitea/git/repositories"
|
||||
HOST_GIT_REPO_DIR="/mnt/drive/docker/thedocks/gitea/data/git/repositories"
|
||||
# Git LFS dir from our perspective (it's outside container)
|
||||
HOST_GIT_LFS_DIR="/volume1/docker/gitea/git/lfs"
|
||||
HOST_GIT_LFS_DIR="/mnt/drive/docker/thedocks/gitea/data/git/lfs"
|
||||
# Where we work on things (host and container)
|
||||
TEMP_DIR="/tmp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue