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"