We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 9b687a68 authored by Vinh's avatar Vinh

Update .gitlab-ci.yml

parent 674683e2
Pipeline #29763 passed with stage
in 1 second
jenkins: hello:
image: jenkins image: ubuntu:16.04
environment: script:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m" - echo "Hello World"
ports: \ No newline at end of file
- "8080:80"
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