AutoForecast / docker-compose.yaml
Dacho688
Initial commit
a2d5210
Raw
History Blame Contribute Delete
122 Bytes
services:
app:
build: .
container_name: AutoForecast
restart: unless-stopped
ports:
- "7860:7860"