First Upload
This commit is contained in:
BIN
db/pykms_database.db
Normal file
BIN
db/pykms_database.db
Normal file
Binary file not shown.
22
docker-compose.yaml
Normal file
22
docker-compose.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
kms:
|
||||||
|
image: ghcr.io/py-kms-organization/py-kms:python3
|
||||||
|
ports:
|
||||||
|
- 1688:1688 # kms
|
||||||
|
- 8080:8080 # web-interface
|
||||||
|
environment:
|
||||||
|
IP: "::"
|
||||||
|
HWID: RANDOM
|
||||||
|
LOGLEVEL: INFO
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./db:/home/py-kms/db
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
networks:
|
||||||
|
dmz-macvlan:
|
||||||
|
ipv4_address: 172.16.1.72
|
||||||
|
networks:
|
||||||
|
dmz-macvlan:
|
||||||
|
external: true
|
Reference in New Issue
Block a user