mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated workflow
This commit is contained in:
4
.github/workflows/docker-crawlab.yml
vendored
4
.github/workflows/docker-crawlab.yml
vendored
@@ -147,13 +147,13 @@ jobs:
|
||||
docker run --rm -d --name crawlab_master \
|
||||
-e CRAWLAB_NODE_MASTER=true \
|
||||
-e CRAWLAB_DEMO=false \
|
||||
-e CRAWLAB_MONGO_HOST=localhost \
|
||||
-e CRAWLAB_MONGO_HOST=mongo \
|
||||
-e CRAWLAB_MONGO_PORT=27017 \
|
||||
-p 8080:8080 \
|
||||
image
|
||||
docker logs -f crawlab_master &
|
||||
docker exec crawlab_master env
|
||||
sleep 30
|
||||
sleep 10
|
||||
docker ps
|
||||
docker logs crawlab_master
|
||||
docker exec crawlab_master ls -l /var/log
|
||||
|
||||
Reference in New Issue
Block a user