[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" name: "kms"
services: services:
kms: app:
image: "11notes/kms:stable" image: "11notes/kms:465f4d1"
container_name: "kms"
environment: environment:
TZ: "Europe/Zurich" TZ: "Europe/Zurich"
volumes: volumes:
@@ -10,19 +9,18 @@ services:
ports: ports:
- "1688:1688/tcp" - "1688:1688/tcp"
restart: "always" restart: "always"
kms-gui: gui:
image: "11notes/kms-gui:465f4d1" image: "11notes/kms-gui:465f4d1"
depends_on: depends_on:
kms: kms:
condition: "service_healthy" condition: "service_healthy"
restart: true restart: true
container_name: "kms-gui"
environment: environment:
TZ: "Europe/Zurich" TZ: "Europe/Zurich"
volumes: volumes:
- "var:/kms/var" - "var:/kms/var"
ports: ports:
- "8080:8080/tcp" - "3000:3000/tcp"
restart: "always" restart: "always"
volumes: volumes:
var: var: