Files
homelab/docker-compose/apps-1/bpi-price-scraper/compose.yaml
T
2026-04-10 23:42:26 +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:
- "8083:3000"
restart: unless-stopped