mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add backup config and fix timezone in containers
This commit is contained in:
parent
9f7679c7aa
commit
fe296230a8
15 changed files with 73 additions and 13 deletions
|
|
@ -22,6 +22,7 @@ services:
|
|||
- /var/log/gitlab:/var/log/gitlab
|
||||
- /var/lib/gitlab:/var/opt/gitlab
|
||||
- /backups/gitlab:/var/opt/gitlab/backups
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- proxy-tier
|
||||
restart: always
|
||||
|
|
@ -31,4 +32,5 @@ services:
|
|||
volumes:
|
||||
- ./runner-config:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue