Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
danet
quant
Commits
cdc6e426
Commit
cdc6e426
authored
1 year ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
renamed kms
parent
62930a22
No related branches found
No related tags found
1 merge request
!96
Resolve "Rename kms to goKMS"
Pipeline
#190135
passed
1 year ago
Stage: build
Stage: test
Stage: analyze
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+16
-16
16 additions, 16 deletions
docker-compose.yml
with
16 additions
and
16 deletions
docker-compose.yml
+
16
−
16
View file @
cdc6e426
services
:
services
:
goKMS0
1
:
kms_
1
:
image
:
go
KMS
image
:
go
kms
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
goKMS
01.yaml"
,
"
--insecure"
]
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
kms
01.yaml"
,
"
--insecure"
]
volumes
:
volumes
:
-
./config/goKMS/example01.yaml:/tmp/kms/config/
goKMS
01.yaml
-
./config/goKMS/example01.yaml:/tmp/kms/config/
kms
01.yaml
-
./artifacts/ssl:/ssl
-
./artifacts/ssl:/ssl
networks
:
networks
:
kms-net
:
kms-net
:
ipv4_address
:
172.100.20.10
ipv4_address
:
172.100.20.10
goKMS0
2
:
kms_
2
:
image
:
go
KMS
image
:
go
kms
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
goKMS
02.yaml"
,
"
--insecure"
]
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
kms
02.yaml"
,
"
--insecure"
]
volumes
:
volumes
:
-
./config/goKMS/example02.yaml:/tmp/kms/config/
goKMS
02.yaml
-
./config/goKMS/example02.yaml:/tmp/kms/config/
kms
02.yaml
-
./artifacts/ssl:/ssl
-
./artifacts/ssl:/ssl
networks
:
networks
:
kms-net
:
kms-net
:
ipv4_address
:
172.100.20.11
ipv4_address
:
172.100.20.11
goKMS0
3
:
kms_
3
:
image
:
go
KMS
image
:
go
kms
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
goKMS
03.yaml"
,
"
--insecure"
]
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
kms
03.yaml"
,
"
--insecure"
]
volumes
:
volumes
:
-
./config/goKMS/example03.yaml:/tmp/kms/config/
goKMS
03.yaml
-
./config/goKMS/example03.yaml:/tmp/kms/config/
kms
03.yaml
-
./artifacts/ssl:/ssl
-
./artifacts/ssl:/ssl
networks
:
networks
:
kms-net
:
kms-net
:
ipv4_address
:
172.100.20.12
ipv4_address
:
172.100.20.12
goKMS0
4
:
kms_
4
:
image
:
go
KMS
image
:
go
kms
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
goKMS
04.yaml"
,
"
--insecure"
]
command
:
[
"
start"
,
"
--log"
,
"
debug"
,
"
--kms_config"
,
"
/tmp/kms/config/
kms
04.yaml"
,
"
--insecure"
]
volumes
:
volumes
:
-
./config/goKMS/example04.yaml:/tmp/kms/config/
goKMS
04.yaml
-
./config/goKMS/example04.yaml:/tmp/kms/config/
kms
04.yaml
-
./artifacts/ssl:/ssl
-
./artifacts/ssl:/ssl
networks
:
networks
:
kms-net
:
kms-net
:
...
...
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