mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -38,7 +38,7 @@ pipeline {
|
||||
echo 'Deploying....'
|
||||
sh """
|
||||
docker-compose stop | true
|
||||
docker-compose up
|
||||
docker-compose up -d
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,8 @@ services:
|
||||
CRAWLAB_SERVER_MASTER: "Y"
|
||||
CRAWLAB_MONGO_HOST: "mongo"
|
||||
CRAWLAB_REDIS_ADDRESS: "redis:6379"
|
||||
networks:
|
||||
- host
|
||||
ports:
|
||||
- "8080:8080" # frontend
|
||||
- "8000:8000" # backend
|
||||
|
||||
Reference in New Issue
Block a user