Skip to content
Snippets Groups Projects
Commit cdc6e426 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

renamed kms

parent 62930a22
No related branches found
No related tags found
1 merge request!96Resolve "Rename kms to goKMS"
Pipeline #190135 passed
services:
goKMS01:
image: goKMS
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS01.yaml", "--insecure"]
kms_1:
image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms01.yaml", "--insecure"]
volumes:
- ./config/goKMS/example01.yaml:/tmp/kms/config/goKMS01.yaml
- ./config/goKMS/example01.yaml:/tmp/kms/config/kms01.yaml
- ./artifacts/ssl:/ssl
networks:
kms-net:
ipv4_address: 172.100.20.10
goKMS02:
image: goKMS
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS02.yaml", "--insecure"]
kms_2:
image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms02.yaml", "--insecure"]
volumes:
- ./config/goKMS/example02.yaml:/tmp/kms/config/goKMS02.yaml
- ./config/goKMS/example02.yaml:/tmp/kms/config/kms02.yaml
- ./artifacts/ssl:/ssl
networks:
kms-net:
ipv4_address: 172.100.20.11
goKMS03:
image: goKMS
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS03.yaml", "--insecure"]
kms_3:
image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms03.yaml", "--insecure"]
volumes:
- ./config/goKMS/example03.yaml:/tmp/kms/config/goKMS03.yaml
- ./config/goKMS/example03.yaml:/tmp/kms/config/kms03.yaml
- ./artifacts/ssl:/ssl
networks:
kms-net:
ipv4_address: 172.100.20.12
goKMS04:
image: goKMS
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS04.yaml", "--insecure"]
kms_4:
image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms04.yaml", "--insecure"]
volumes:
- ./config/goKMS/example04.yaml:/tmp/kms/config/goKMS04.yaml
- ./config/goKMS/example04.yaml:/tmp/kms/config/kms04.yaml
- ./artifacts/ssl:/ssl
networks:
kms-net:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment