Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Software Heritage virtual environment packaging manifests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Platform
Infrastructure
Software Heritage virtual environment packaging manifests
Commits
9b708402
Unverified
Commit
9b708402
authored
1 month ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
provenance/Dockerfile: Fix warning about env instructions
Refs.
sysadm-environment#5608
parent
7f29394a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/swh-provenance/Dockerfile
+5
-5
5 additions, 5 deletions
apps/swh-provenance/Dockerfile
with
5 additions
and
5 deletions
apps/swh-provenance/Dockerfile
+
5
−
5
View file @
9b708402
...
...
@@ -39,15 +39,15 @@ COPY --from=rust_build /usr/local/cargo/bin/swh-provenance* /usr/local/bin/
USER
${user}
ENV
SWH_CONFIG_FILENAME=${configdir}/config.yml
# Default to be a rpc service
ENV
PORT
5014
ENV
PROVENANCE_TYPE
"rpc"
ENV
PORT
=
5014
ENV
PROVENANCE_TYPE
=
"rpc"
# Possible other value for grpc kind
# ENV PORT 50141
# ENV PROVENANCE_TYPE "grpc"
EXPOSE
$PORT
# For rpc type, this maps directly to gunicorn env variables
ENV
WORKERS
8
ENV
THREADS
2
ENV
TIMEOUT
3600
ENV
WORKERS
=
8
ENV
THREADS
=
2
ENV
TIMEOUT
=
3600
ENTRYPOINT
["/opt/swh/entrypoint.sh"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment