mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-15 05:42:18 +08:00
19 lines
356 B
YAML
19 lines
356 B
YAML
services:
|
|
kms-web:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:80"
|
|
- "${KMS_PORT}:1688"
|
|
environment:
|
|
- KMS_README_WEB=true
|
|
image: johngong/kms:latest
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|