Skip to content
Snippets Groups Projects

Simple longevity tests

Merged Neil-Jocelyn Schark requested to merge longevity-tests into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
services:
kms01:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms01.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms01.yaml"]
volumes:
- ../config/goKMS/example01.yaml:/tmp/kms/config/kms01.yaml
- ../artifacts/ssl:/ssl
@@ -11,7 +11,7 @@ services:
kms02:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms02.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms02.yaml"]
volumes:
- ../config/goKMS/example02.yaml:/tmp/kms/config/kms02.yaml
- ../artifacts/ssl:/ssl
@@ -20,7 +20,7 @@ services:
kms03:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms03.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms03.yaml"]
volumes:
- ../config/goKMS/example03.yaml:/tmp/kms/config/kms03.yaml
- ../artifacts/ssl:/ssl
@@ -29,7 +29,7 @@ services:
kms04:
image: gokms
command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms04.yaml"]
command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms04.yaml"]
volumes:
- ../config/goKMS/example04.yaml:/tmp/kms/config/kms04.yaml
- ../artifacts/ssl:/ssl
Loading