mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add emby and gitlab
This commit is contained in:
parent
9b031c14b6
commit
409828214b
13 changed files with 1743 additions and 3 deletions
5
roles/gitlab-docker/files/restore-backup.sh
Normal file
5
roles/gitlab-docker/files/restore-backup.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
docker-compose exec gitlab chown -R $1:$1 /var/opt/gitlab/backups
|
||||
docker-compose exec gitlab gitlab-rake gitlab:backup:restore force=yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue