Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
caosdb
Software
CaosDB Docker
Commits
38670907
Commit
38670907
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add a hint how to provide a readable certificate
parent
c2a6cb1c
No related branches found
No related tags found
1 merge request
!2
DOC: add a hint how to provide a readable certificate
Pipeline
#29448
failed
2 years ago
Stage: info
Stage: setup
Stage: unittest
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README_SETUP.md
+3
-1
3 additions, 1 deletion
README_SETUP.md
compose/docker-compose.yml
+2
-0
2 additions, 0 deletions
compose/docker-compose.yml
with
5 additions
and
1 deletion
README_SETUP.md
+
3
−
1
View file @
38670907
...
...
@@ -5,7 +5,7 @@ We use docker and docker-compose to deploy CaosDB:
-
Docker >= 18.02
-
docker-compose >= 1.21
On
a
Debian system, you can install the requirements with:
On Debian
based
system
s
, you can install the requirements with:
```
sh
sudo
apt-get
install
docker.io docker-compose
...
...
@@ -91,6 +91,8 @@ one with `openssl rsa -in oldKey.pem -out newKey.key`. If you want to use a
certificate with a passphrase instead, please refer to envoy's documentation as
to how to configure this correctly.
Make sure that envoy can read the certificate. You can set the UID for envoy in
the environment section of the envoy service in
`docker-compose.yml`
.
## Configuration
...
...
This diff is collapsed.
Click to expand it.
compose/docker-compose.yml
+
2
−
0
View file @
38670907
...
...
@@ -51,6 +51,8 @@ services:
envoy
:
image
:
envoyproxy/envoy:v1.21-latest
# environment:
# ENVOY_UID: 987
volumes
:
-
type
:
bind
read_only
:
true
...
...
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