mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-11 17:39:48 +01:00
@@ -46,6 +46,7 @@ ENV TZ="UTC"
|
||||
ENV COLOR="blue-grey"
|
||||
ENV HS_SERVER=http://localhost/
|
||||
ENV KEY=""
|
||||
ENV DATA_DIRECTORY=/data
|
||||
# ENV SCRIPT_NAME=/
|
||||
ENV DOMAIN_NAME=http://localhost
|
||||
ENV AUTH_TYPE=""
|
||||
@@ -81,4 +82,4 @@ EXPOSE 5000/tcp
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
|
||||
# Temporarily reduce to 1 workerd
|
||||
CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app
|
||||
CMD gunicorn -w 1 -b 0.0.0.0:5000 server:app
|
||||
|
||||
Reference in New Issue
Block a user