gradio/website/docker-compose.yml
aliabid94 b4d9825409
Website: WIP (#328)
Ported gradio website into gradio repository, now launched as a docker service from gradio/website
2021-12-13 22:02:19 -08:00

19 lines
379 B
YAML

version: "3.7"
services:
homepage:
build:
context: ../
dockerfile: ./website/homepage/Dockerfile
args:
COLAB_NOTEBOOK_LINKS: $COLAB_NOTEBOOK_LINKS
container_name: homepage
ports:
- "8080:80"
demos:
build:
context: ../
dockerfile: ./website/demos/Dockerfile
container_name: demos
ports:
- "8070:80"