feat: BPI price scraper app

This commit is contained in:
Lino Silva
2026-04-10 23:32:00 +01:00
parent 13022f4c34
commit ea9ad9eb30
@@ -0,0 +1,7 @@
services:
webserver:
image: gitea.lino.cooking/lino/bpi-stock-price-scraper:latest
container_name: bpi-price-scraper
ports:
- "8082:3000"
restart: unless-stopped