[breaking] change port to 3000 to streamline app ports

This commit is contained in:
ElevenNotes
2025-05-02 09:03:15 +02:00
parent 02a2d538c8
commit dbcb40d456

View File

@@ -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: