Skip to content
Snippets Groups Projects
Commit 619fe1a0 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

We use/want to use sockets

parent 1ddb526e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,11 @@ Run a GitLab development environment isolated in a directory.
 
This project uses Foreman to run dedicated Postgres and Redis processes for
GitLab development. All data is stored inside the gitlab-development-kit
directory.
directory. All connections to supporting services go through Unix domain
sockets to avoid port conflicts.
Note: at this time Redis still uses port 6379 because that is hard-wired into
the GitLab development and test environments.
 
## Design goals
 
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