kms server

main
pipistrello 2023-12-05 10:10:29 +03:00
parent 8e851ab5ef
commit 7236c28b95
1 changed files with 23 additions and 0 deletions

23
kms/docker-compose.yaml Normal file
View File

@ -0,0 +1,23 @@
version: '3'
services:
kms:
image: ghcr.io/py-kms-organization/py-kms:python3
container_name: py-kms
ports:
- 1688:1688
# - 8080:8080
environment:
IP: "::"
HWID: RANDOM
LOGLEVEL: INFO
restart: always
volumes:
- /mnt/containers/kms/container-data:/home/py-kms/db:Z
- /etc/localtime:/etc/localtime:ro
networks:
- reverseproxy-nw
networks:
reverseproxy-nw:
external: true