mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -39,7 +39,7 @@ pipeline {
|
||||
sh """
|
||||
cd ./jenkins
|
||||
docker-compose stop | true
|
||||
docker-compose up -d
|
||||
docker-compose up -d --scale worker=3
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@ services:
|
||||
- redis
|
||||
worker:
|
||||
image: tikazyq/crawlab:latest
|
||||
container_name: worker
|
||||
environment:
|
||||
CRAWLAB_SERVER_MASTER: "N"
|
||||
CRAWLAB_MONGO_HOST: "mongo"
|
||||
@@ -25,7 +24,6 @@ services:
|
||||
depends_on:
|
||||
- mongo
|
||||
- redis
|
||||
replicas: 3
|
||||
mongo:
|
||||
image: mongo:latest
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user