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: services:
goKMS01: kms_1:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS01.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms01.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/example01.yaml:/tmp/kms/config/goKMS01.yaml - ./config/goKMS/example01.yaml:/tmp/kms/config/kms01.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
goKMS02: kms_2:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS02.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms02.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/example02.yaml:/tmp/kms/config/goKMS02.yaml - ./config/goKMS/example02.yaml:/tmp/kms/config/kms02.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
goKMS03: kms_3:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS03.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms03.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/example03.yaml:/tmp/kms/config/goKMS03.yaml - ./config/goKMS/example03.yaml:/tmp/kms/config/kms03.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
goKMS04: kms_4:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/goKMS04.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms04.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/example04.yaml:/tmp/kms/config/goKMS04.yaml - ./config/goKMS/example04.yaml:/tmp/kms/config/kms04.yaml
- ./artifacts/ssl:/ssl - ./artifacts/ssl:/ssl
networks: networks:
kms-net: kms-net:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment