[breaking] switch to semver

This commit is contained in:
ElevenNotes
2025-05-05 10:57:38 +02:00
parent 7c274600f4
commit b07ff70477

View File

@@ -1,7 +1,7 @@
name: "kms"
services:
app:
image: "11notes/kms:465f4d1"
image: "11notes/kms:1.0.0"
environment:
TZ: "Europe/Zurich"
volumes:
@@ -11,7 +11,7 @@ services:
restart: "always"
gui:
image: "11notes/kms-gui:465f4d1"
image: "11notes/kms-gui:1.0.0"
depends_on:
app:
condition: "service_healthy"