diff --git a/compose.yaml b/compose.yaml index e2a7b38..029fcef 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,8 +1,7 @@ name: "kms" services: - kms: - image: "11notes/kms:stable" - container_name: "kms" + app: + image: "11notes/kms:465f4d1" environment: TZ: "Europe/Zurich" volumes: @@ -10,19 +9,18 @@ services: ports: - "1688:1688/tcp" restart: "always" - kms-gui: + gui: image: "11notes/kms-gui:465f4d1" depends_on: kms: condition: "service_healthy" restart: true - container_name: "kms-gui" environment: TZ: "Europe/Zurich" volumes: - "var:/kms/var" ports: - - "8080:8080/tcp" + - "3000:3000/tcp" restart: "always" volumes: var: \ No newline at end of file