Merge pull request #34 from actions/update-gitlab-data
Pin GitLab Version and Set Minimum Host Requirements
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
"DOCKER_ARGS": "--network=host",
|
"DOCKER_ARGS": "--network=host",
|
||||||
"INSTALLATION_TYPE": "labs"
|
"INSTALLATION_TYPE": "labs"
|
||||||
},
|
},
|
||||||
|
"hostRequirements": {
|
||||||
|
"cpus": 4,
|
||||||
|
"memory": "8gb",
|
||||||
|
"storage": "32gb"
|
||||||
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|||||||
Binary file not shown.
@@ -27,7 +27,7 @@ else
|
|||||||
--volume /srv/gitlab/logs:/var/log/gitlab \
|
--volume /srv/gitlab/logs:/var/log/gitlab \
|
||||||
--volume /srv/gitlab/data:/var/opt/gitlab \
|
--volume /srv/gitlab/data:/var/opt/gitlab \
|
||||||
--shm-size 256m \
|
--shm-size 256m \
|
||||||
gitlab/gitlab-ee:latest
|
gitlab/gitlab-ee:15.5.6-ee.0
|
||||||
|
|
||||||
# updates file permissions to avoid git and server errors
|
# updates file permissions to avoid git and server errors
|
||||||
docker exec -it gitlab update-permissions &> /dev/null
|
docker exec -it gitlab update-permissions &> /dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user