Skip to content
Snippets Groups Projects
Commit 3c2be2b7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Expect unicorn running on port 3000 instead of 80

Since we already set GitLab port to 3000 in gitlab-shell I think it
makes sense to change it in GitLab config too
parent d8afad33
No related branches found
No related tags found
1 merge request!20Set 3000 port for web app in gitlab.yml
Loading
Loading
@@ -17,6 +17,7 @@ gitlab-config: gitlab/config/gitlab.yml gitlab/config/database.yml gitlab/config
gitlab/config/gitlab.yml:
sed -e "s|/home/git|${gitlab_development_root}|"\
-e "s|# user: git|user: $(shell whoami)|"\
-e "0,/80/s//3000/"\
gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml
 
gitlab/config/database.yml:
Loading
Loading
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