[fix] forgot APP_PREFIX & APP_SUFFIX in dynamic build args

This commit is contained in:
ElevenNotes
2025-03-08 00:45:28 +01:00
parent 7637bf2c3d
commit 03f63033c5
3 changed files with 13 additions and 7 deletions

View File

@@ -4,21 +4,25 @@ services:
image: "11notes/kms:stable"
container_name: "kms"
environment:
TZ: Europe/Zurich
TZ: "Europe/Zurich"
volumes:
- "var:/kms/var"
ports:
- "1688:1688/tcp"
restart: always
restart: "always"
kms-gui:
image: "11notes/kms-gui:465f4d1"
depends_on:
kms:
condition: "service_healthy"
restart: true
container_name: "kms-gui"
environment:
TZ: Europe/Zurich
TZ: "Europe/Zurich"
volumes:
- "var:/kms/var"
ports:
- "8080:8080/tcp"
restart: always
restart: "always"
volumes:
var: