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