Commit 674683e2 authored by Vinh's avatar Vinh

Update .gitlab-ci.yml

parent 1ddfb75e
hello: jenkins:
image: ubuntu:20.04 image: jenkins
script: environment:
- pwd - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- whoami ports:
- hostname - "8080:80"
\ No newline at end of file
gitlab:
image: gitlab/gitlab-ce:latest
ports:
- "8000:80"
- "8822:22"
volumes:
- ./config/gitlab:/etc/gitlab
- ./data/gitlab:/var/opt/gitlab
- ./logs:/var/log/gitlab
gitlab-runner:
image: gitlab/gitlab-runner:latest
depends_on:
- gitlab
volumes:
- ./config/gitlab-runner:/etc/gitlab-runner
- /var/run/docker.sock:/var/run/docker.sock
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment