Commit 674683e2 authored by Vinh's avatar Vinh

Update .gitlab-ci.yml

parent 1ddfb75e
hello:
image: ubuntu:20.04
script:
- pwd
- whoami
- hostname
\ No newline at end of file
jenkins:
image: jenkins
environment:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
ports:
- "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