Upload 3 files
Browse files- gitlab-ce.tar +3 -0
- gitlab-runner.tar +3 -0
- run.sh +3 -0
gitlab-ce.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b93a11235665ae1bc1e176e2ec4483b49c49f7c6f9cf0c1afb22a7e7371160f8
|
3 |
+
size 3511600640
|
gitlab-runner.tar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7d60e1e4df57fa7ea980a73be7545d2b67da0fbddb23b22543986f8498aeaf9
|
3 |
+
size 516425216
|
run.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
mkdir gitlab
|
2 |
+
export GITLAB_HOME=$(pwd)/gitlab
|
3 |
+
docker compose up -d
|