Disable gitlab and runner for now
This commit is contained in:
@@ -91,30 +91,30 @@ services:
|
|||||||
- /portainer/snibox:/app/db/database
|
- /portainer/snibox:/app/db/database
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
gitlab:
|
# gitlab:
|
||||||
image: gitlab/gitlab-ce:latest
|
# image: gitlab/gitlab-ce:latest
|
||||||
hostname: gitlab.dietrick.dev
|
# hostname: gitlab.dietrick.dev
|
||||||
ports:
|
# ports:
|
||||||
- "8445:443"
|
# - "8445:443"
|
||||||
- "8086:80"
|
# - "8086:80"
|
||||||
- "8087:22"
|
# - "8087:22"
|
||||||
volumes:
|
# volumes:
|
||||||
- gitlab_config:/etc/gitlab
|
# - gitlab_config:/etc/gitlab
|
||||||
- gitlab_logs:/var/log/gitlab
|
# - gitlab_logs:/var/log/gitlab
|
||||||
- gitlab_data:/var/opt/gitlab
|
# - gitlab_data:/var/opt/gitlab
|
||||||
shm_size: '2gb'
|
# shm_size: '2gb'
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks:
|
# networks:
|
||||||
- nginx
|
# - nginx
|
||||||
# grep 'Password:' /etc/gitlab/initial_root_password
|
# # grep 'Password:' /etc/gitlab/initial_root_password
|
||||||
gitlab-runner:
|
# gitlab-runner:
|
||||||
image: gitlab/gitlab-runner:latest
|
# image: gitlab/gitlab-runner:latest
|
||||||
volumes:
|
# volumes:
|
||||||
- gitlab_runner_config:/etc/gitlab-runner
|
# - gitlab_runner_config:/etc/gitlab-runner
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks:
|
# networks:
|
||||||
- nginx
|
# - nginx
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
Reference in New Issue
Block a user