Removed env file from dockerfile. Created dockerfile for HF installation

This commit is contained in:
2025-05-02 20:44:09 -05:00
parent 884ff4228c
commit e1e1d90d73
4 changed files with 22 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ services:
restart: unless-stopped
environment:
- TZ=UTC
- AUTH_USERNAME=12345678
- AUTH_PASSWORD=87654321
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:6090/channels?username=65128929&password=34243636"]
interval: 30s