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

set image name correclty

parent cdc6e426
No related branches found
No related tags found
1 merge request!96Resolve "Rename kms to goKMS"
Pipeline #190136 passed
services: services:
#kms_1: #kms_1:
#image: goKMS #image: gokms
#command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"] #command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"]
#volumes: #volumes:
# - ./debug_configs/config/kms/kms_1.yaml:/tmp/kms/config/kms_1.yaml # - ./debug_configs/config/kms/kms_1.yaml:/tmp/kms/config/kms_1.yaml
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
# - "127.0.0.1:9696:9696" # - "127.0.0.1:9696:9696"
kms_2: kms_2:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"]
volumes: volumes:
- ./debug_configs/config/kms/kms_2.yaml:/tmp/kms/config/kms_2.yaml - ./debug_configs/config/kms/kms_2.yaml:/tmp/kms/config/kms_2.yaml
......
services: services:
kms_1: kms_1:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/small_kms_1.yaml:/tmp/kms/config/kms_1.yaml - ./config/goKMS/small_kms_1.yaml:/tmp/kms/config/kms_1.yaml
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
- "127.0.0.1:9696:9696" - "127.0.0.1:9696:9696"
kms_2: kms_2:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/small_kms_2.yaml:/tmp/kms/config/kms_2.yaml - ./config/goKMS/small_kms_2.yaml:/tmp/kms/config/kms_2.yaml
......
services: services:
kms_1: kms_1:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/small_kms_1.yaml:/tmp/kms/config/kms_1.yaml - ./config/goKMS/small_kms_1.yaml:/tmp/kms/config/kms_1.yaml
...@@ -9,7 +9,7 @@ services: ...@@ -9,7 +9,7 @@ services:
- "127.0.0.1:9696:9696" - "127.0.0.1:9696:9696"
kms_2: kms_2:
image: goKMS image: gokms
command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"] command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"]
volumes: volumes:
- ./config/goKMS/small_kms_2.yaml:/tmp/kms/config/kms_2.yaml - ./config/goKMS/small_kms_2.yaml:/tmp/kms/config/kms_2.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment