From aef17c0f3def81d2d219199b8acfe33aa4d3861f Mon Sep 17 00:00:00 2001 From: pipistrello Date: Thu, 30 Nov 2023 17:36:47 +0300 Subject: [PATCH] initial --- kms/docker-compose.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kms/docker-compose.yaml diff --git a/kms/docker-compose.yaml b/kms/docker-compose.yaml new file mode 100644 index 0000000..0c1f339 --- /dev/null +++ b/kms/docker-compose.yaml @@ -0,0 +1,8 @@ +version: '2.1' +services: + flame: + image: ghcr.io/py-kms-organization/py-kms + container_name: py-kms + ports: + - 1688:1688 + restart: unless-stopped \ No newline at end of file