get-around-api / docker-compose.yml
klakenyuo's picture
fix
c034281
Raw
History Blame Contribute Delete
237 Bytes
version: "3.8"
services:
api:
build:
context: .
dockerfile: Dockerfile.api
ports:
- "7860:7860"
dashboard:
build:
context: .
dockerfile: Dockerfile.dashboard
ports:
- "8501:8501"