Added gitlab and runner to development stack
This commit is contained in:
@@ -91,6 +91,24 @@ services:
|
|||||||
- /portainer/snibox:/app/db/database
|
- /portainer/snibox:/app/db/database
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
gitlab:
|
||||||
|
image: gitlab/gitlab-ce:latest
|
||||||
|
ports:
|
||||||
|
- "8445:443"
|
||||||
|
- "8086:80"
|
||||||
|
- "8087:22"
|
||||||
|
volumes:
|
||||||
|
- gitlab_config:/etc/gitlab
|
||||||
|
- gitlab_logs:/var/log/gitlab
|
||||||
|
- gitlab_data:/var/opt/gitlab
|
||||||
|
restart: unless-stopped
|
||||||
|
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:
|
networks:
|
||||||
nginx:
|
nginx:
|
||||||
external: true
|
external: true
|
||||||
@@ -102,4 +120,8 @@ volumes:
|
|||||||
jenkins-data:
|
jenkins-data:
|
||||||
external: true
|
external: true
|
||||||
pocketbase-sandbox:
|
pocketbase-sandbox:
|
||||||
external: true
|
external: true
|
||||||
|
gitlab_config:
|
||||||
|
gitlab_logs:
|
||||||
|
gitlab_data:
|
||||||
|
gitlab_runner_config:
|
||||||
Reference in New Issue
Block a user