Files
homelab/docker-compose/apps-1/bpi-price-scraper/compose.yaml
T
2026-04-10 23:32:00 +01:00

8 lines
186 B
YAML

services:
webserver:
image: gitea.lino.cooking/lino/bpi-stock-price-scraper:latest
container_name: bpi-price-scraper
ports:
- "8082:3000"
restart: unless-stopped