Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -23,9 +23,9 @@ WORKDIR /app
|
|
| 23 |
# Default envs (override in Space settings)
|
| 24 |
ENV SITE_NAME="Web-SyncPlay"
|
| 25 |
# Set this in Space settings to your Space URL, e.g. https://your-username-web-syncplay.hf.space
|
| 26 |
-
ENV PUBLIC_DOMAIN="
|
| 27 |
# Use a managed Redis URL (e.g. Upstash) set in Space settings
|
| 28 |
-
ENV REDIS_URL="redis://redis:
|
| 29 |
|
| 30 |
# Hugging Face Spaces expects your app to listen on $PORT (default 7860)
|
| 31 |
ENV PORT=7860
|
|
|
|
| 23 |
# Default envs (override in Space settings)
|
| 24 |
ENV SITE_NAME="Web-SyncPlay"
|
| 25 |
# Set this in Space settings to your Space URL, e.g. https://your-username-web-syncplay.hf.space
|
| 26 |
+
ENV PUBLIC_DOMAIN="shivam413-Streamer.hf.space"
|
| 27 |
# Use a managed Redis URL (e.g. Upstash) set in Space settings
|
| 28 |
+
ENV REDIS_URL="redis://default:S5BoZJYMmACrcbLH7HpPZC4fpV0mNWHR@redis-18916.c309.us-east-2-1.ec2.redns.redis-cloud.com:18916"
|
| 29 |
|
| 30 |
# Hugging Face Spaces expects your app to listen on $PORT (default 7860)
|
| 31 |
ENV PORT=7860
|