Add backup config and fix timezone in containers

This commit is contained in:
Paul-Henri Froidmont 2018-01-07 20:22:21 +01:00
parent 9f7679c7aa
commit fe296230a8
15 changed files with 73 additions and 13 deletions

View file

@ -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