mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated workflow
This commit is contained in:
4
.github/workflows/docker-crawlab.yml
vendored
4
.github/workflows/docker-crawlab.yml
vendored
@@ -213,8 +213,8 @@ jobs:
|
||||
crawlab:
|
||||
image: ghcr.io/${{ github.repository }}:${{ needs.setup.outputs.image_hash }}
|
||||
env:
|
||||
CRAWLAB_NODE_MASTER: "true"
|
||||
CRAWLAB_MONGO_HOST: localhost
|
||||
CRAWLAB_NODE_MASTER: true
|
||||
CRAWLAB_MONGO_HOST: mongo
|
||||
CRAWLAB_MONGO_PORT: 27017
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
||||
Reference in New Issue
Block a user