2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add gitlab

This commit is contained in:
kev
2015-08-23 17:54:55 +08:00
parent 2b67801ed3
commit 72a92788d5
2 changed files with 13 additions and 0 deletions

12
gitlab/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
gitlab:
image: gitlab/gitlab-ce
ports:
- "8443:443"
- "8080:80"
- "2222:22"
volumes:
- /srv/gitlab/config:/etc/gitlab
- /srv/gitlab/logs:/var/log/gitlab
- /srv/gitlab/data:/var/opt/gitlab
privileged: true
restart: always