mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-17 00:24:51 -04:00
Removed sqliteweb support
This commit is contained in:
parent
fdf1445187
commit
5a8a21abda
6 changed files with 1 additions and 38 deletions
|
@ -8,8 +8,6 @@ ENV LCID 1033
|
|||
ENV CLIENT_COUNT 26
|
||||
ENV ACTIVATION_INTERVAL 120
|
||||
ENV RENEWAL_INTERVAL 10080
|
||||
ENV SQLITE true
|
||||
ENV SQLITE_PORT 8080
|
||||
ENV HWID RANDOM
|
||||
ENV LOGLEVEL INFO
|
||||
ENV LOGFILE STDOUT
|
||||
|
@ -43,7 +41,6 @@ RUN chmod 755 /usr/bin/entrypoint.py
|
|||
WORKDIR /home/py-kms
|
||||
|
||||
EXPOSE ${PORT}/tcp
|
||||
EXPOSE 8080
|
||||
|
||||
HEALTHCHECK --interval=5m --timeout=3s --start-period=10s --retries=4 CMD echo | nc -z ${IP%% *} ${PORT} || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue