Removed env file from dockerfile. Created dockerfile for HF installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user