mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-11-10 15:35:38 +00:00
[breaking] change port to 3000 to streamline app ports
This commit is contained in:
10
compose.yaml
10
compose.yaml
@@ -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:
|
||||||
Reference in New Issue
Block a user