shivam413 commited on
Commit
c4a0bc9
·
verified ·
1 Parent(s): f337634

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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="https://web-syncplay.de"
27
  # Use a managed Redis URL (e.g. Upstash) set in Space settings
28
- ENV REDIS_URL="redis://redis:6379"
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