pathfinding-algorithms / docker-compose.yml
koesan's picture
Add application file
f4f1195
raw
history blame
197 Bytes
version: '3.8'
services:
pathfinding:
build: .
ports:
- "7860:7860"
environment:
- GRADIO_SERVER_NAME=0.0.0.0
- GRADIO_SERVER_PORT=7860
restart: unless-stopped