web interface

master
pipistrello 2023-12-05 09:58:16 +03:00
parent aef17c0f3d
commit 1c52b9267d
1 changed files with 20 additions and 5 deletions

View File

@ -1,8 +1,23 @@
version: '2.1'
version: '3'
services:
flame:
image: ghcr.io/py-kms-organization/py-kms
kms:
image: ghcr.io/py-kms-organization/py-kms:python3
container_name: py-kms
ports:
- 1688:1688
restart: unless-stopped
- 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