mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-18 12:50:30 +08:00
* upload all demos in the repo to spaces * remove upload_demos from recipes, fix error * load docs and guides demos from spaces * Remove old demos dir, container, nginx and docker-compose * update landing page spaces through /demo * fix run filenames * skip demos without a run.py file * fix embedding in guides and docs * update only on version change * fix restart script * fix broken demos * add component demos * website tracking pip * fix embedded components * fix components * fix extra slash * remove footers correctly * Update CHANGELOG.md * fix race condition * add inner_template to gitignore * set runfile to run.py * fix time.sleep after testing * check for prereleases
13 lines
273 B
YAML
13 lines
273 B
YAML
version: "3.7"
|
|
services:
|
|
homepage:
|
|
environment:
|
|
- AUTH_TOKEN=${AUTH_TOKEN}
|
|
build:
|
|
context: ../
|
|
args:
|
|
AUTH_TOKEN: ${AUTH_TOKEN}
|
|
dockerfile: ./website/homepage/Dockerfile
|
|
container_name: homepage
|
|
ports:
|
|
- "8080:80" |