mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-11 12:10:45 +00:00
Switch to redis db for user registration
This commit is contained in:
@@ -8,9 +8,6 @@ RUN pip install uv && uv pip install -e .
|
||||
COPY . .
|
||||
|
||||
ENV SUPER_ADMIN_USER=admin
|
||||
ENV SUPER_ADMIN_PASSWORD=adminpassword
|
||||
ENV DATABASE_FILENAME=users.db
|
||||
ENV DATA_PATH=/data
|
||||
ENV CONTENT_PATH=/content
|
||||
|
||||
VOLUME ["/data", "/Content"]
|
||||
|
||||
Reference in New Issue
Block a user