Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Documentation
Merge requests
!130
Add the export queue to the setup docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add the export queue to the setup docs
export-queue
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Erwan Rouchet
requested to merge
export-queue
into
master
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Follow-up of
backend!2306 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cede1ac8
1 commit,
11 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/deployment/setup.md
+
1
−
1
Options
@@ -95,7 +95,7 @@ services:
worker:
container_name: ark-worker
image: registry.gitlab.teklia.com/arkindex/backend:X.Y.Z
command: arkindex rqworker-pool --num-workers 2 -v 1 default high tasks
command: arkindex rqworker-pool --num-workers 2 -v 1 default high tasks
export
depends_on:
- db
Loading