dépendance qbit - gluetun ++ 1er script backuyp profile
This commit is contained in:
parent
581df49bde
commit
305c7a4614
3 changed files with 23 additions and 9 deletions
8
backup.sh
Normal file
8
backup.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
DestDir="/mnt/data/backups/arch-griffix/griffix/"
|
||||
#ExcludeList='{/home/griffix/.local/share/Steam,/home/griffix/Games}'
|
||||
|
||||
rsync -avuz --exclude ".local/share/Steam" --exclude "Games" --exclude "Téléchargements" /home/griffix/ $DestDir
|
||||
|
||||
exit $?
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
services:
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:latest
|
||||
container_name: portainer
|
||||
|
|
@ -102,6 +101,10 @@ services:
|
|||
- PGID=1000
|
||||
network_mode: "service:gluetun"
|
||||
restart: always
|
||||
depends_on:
|
||||
gluetun:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
|
|
@ -208,21 +211,24 @@ services:
|
|||
ports:
|
||||
- '3000:3000'
|
||||
- '222:22'
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
container_name: nginx-proxy
|
||||
|
||||
nginx-proxy-manager:
|
||||
image: jc21/nginx-proxy-manager:latest
|
||||
container_name: nginx-proxy-manager
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "81:81"
|
||||
volumes:
|
||||
- /config/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
- /config/nginx/certs:/etc/nginx/certs
|
||||
- /config/nginx/data:/data
|
||||
- /config/nginx/letsencrypt:/etc/letsencrypt
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
forgejo:
|
||||
external: false
|
||||
default:
|
||||
external: true
|
||||
# name: nginx-proxy-net
|
||||
#default:
|
||||
# external: true
|
||||
|
||||
volumes:
|
||||
model-cache:
|
||||
|
|
|
|||
0
infra_conf/home_backup.sh
Executable file
0
infra_conf/home_backup.sh
Executable file
Loading…
Add table
Add a link
Reference in a new issue