[mod] gitea backup
This commit is contained in:
parent
1c624f8df0
commit
aac765a797
2 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ set -e
|
|||
# Gitea config / SQL DB backup rotation
|
||||
CONTAINER=gitea
|
||||
# Backup dir from our perspective
|
||||
HOST_BACKUP_DIR="/mnt/drive/backups"
|
||||
HOST_BACKUP_DIR="/mnt/drive/backups/gitea"
|
||||
# Git repo dir from our perspective (it's outside container)
|
||||
HOST_GIT_REPO_DIR="/mnt/drive/docker/thedocks/gitea/data/git/repositories"
|
||||
# Git LFS dir from our perspective (it's outside container)
|
||||
|
|
|
@ -3,14 +3,14 @@ services:
|
|||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
user: 1000:1000
|
||||
user: 1000:100
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
- /path/to/media:/media
|
||||
- /path/to/media2:/media2:ro
|
||||
- /path/to/media:/music
|
||||
- /path/to/media2:/photos
|
||||
restart: "unless-stopped"
|
||||
# Optional - alternative address used for autodiscovery
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=http://example.com
|
||||
#environment:
|
||||
# - JELLYFIN_PublishedServerUrl=http://example.com
|
||||
|
|
Loading…
Add table
Reference in a new issue