Skip to content
Snippets Groups Projects
Commit 7aebc3f7 authored by Christian Dresen's avatar Christian Dresen
Browse files

Gitlab conf

parent 3583c167
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
--- ---
- name: create folder struct for gitlab 1
file: path=/srv/gitlab/ state=directory
- name: create folder struct for gitlab 2
file: path=/srv/gitlab/conf/ state=directory
- name: Konfig-Datei Gitlab
copy: src=gitlab.rb dest=/srv/gitlab/conf/gitlab.rb
- name: start docker image - name: start docker image
docker: docker:
name: gitlab name: gitlab
...@@ -9,6 +17,8 @@ ...@@ -9,6 +17,8 @@
ports: ports:
- 0.0.0.0:2222:22 - 0.0.0.0:2222:22
- 127.0.0.1:42001:80 - 127.0.0.1:42001:80
- 0.0.0.0:8065:8065
- 0.0.0.0:42002:42002
volumes: volumes:
- /srv/gitlab/conf:/etc/gitlab - /srv/gitlab/conf:/etc/gitlab
- /var/log/gitlab:/var/log/gitlab - /var/log/gitlab:/var/log/gitlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment