Compare commits
No commits in common. "e877284fe923074ac339493823ee827bce42b01b" and "581df49bde77b4c148cb498d7137e7560f091afc" have entirely different histories.
e877284fe9
...
581df49bde
5 changed files with 9 additions and 42 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce:latest
|
image: portainer/portainer-ce:latest
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
|
|
@ -101,10 +102,6 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
|
||||||
gluetun:
|
|
||||||
condition: service_healthy
|
|
||||||
restart: true
|
|
||||||
|
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin:latest
|
image: lscr.io/linuxserver/jellyfin:latest
|
||||||
|
|
@ -211,24 +208,21 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
- '222:22'
|
- '222:22'
|
||||||
|
nginx:
|
||||||
nginx-proxy-manager:
|
image: nginx:latest
|
||||||
image: jc21/nginx-proxy-manager:latest
|
container_name: nginx-proxy
|
||||||
container_name: nginx-proxy-manager
|
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "81:81"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /config/nginx/data:/data
|
- /config/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
- /config/nginx/letsencrypt:/etc/letsencrypt
|
- /config/nginx/certs:/etc/nginx/certs
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
forgejo:
|
forgejo:
|
||||||
external: false
|
external: false
|
||||||
#default:
|
default:
|
||||||
# external: true
|
external: true
|
||||||
|
# name: nginx-proxy-net
|
||||||
volumes:
|
volumes:
|
||||||
model-cache:
|
model-cache:
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
DestDir="/mnt/data/backups/arch-griffix/griffix/"
|
|
||||||
|
|
||||||
rsync -avuz --exclude ".local/share/Steam" --exclude "Games" --exclude "Téléchargements" /home/griffix/ $DestDir
|
|
||||||
rsync -avuz /mnt/pi5data/backups/pi5 /mnt/data/backups/
|
|
||||||
rsync -avuz /mnt/pi5data/backups/immich /mnt/data/backups/
|
|
||||||
rsync -avuz --exclude ".local/share/Steam" --exclude "Games" --exclude "Téléchargements" /home/griffix /mnt/pi5data/backups/
|
|
||||||
exit $?
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
DestDir="/media/Seagate/backups/pi5/config/"
|
|
||||||
|
|
||||||
echo "docker compose stop"
|
|
||||||
docker compose -f /config/compose.yaml stop
|
|
||||||
|
|
||||||
echo "rsync /config"
|
|
||||||
rsync -avuz /config/ $DestDir
|
|
||||||
|
|
||||||
echo "rsync immich"
|
|
||||||
rsync -avuz /media/Seagate/immich /media/Seagate/backups/immich
|
|
||||||
|
|
||||||
echo "docker compose start"
|
|
||||||
docker compose -f /config/compose.yaml start
|
|
||||||
|
|
||||||
echo "done"
|
|
||||||
exit $?
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue