Working version

This commit is contained in:
Lino Silva
2024-10-12 20:44:30 +01:00
parent c499da44e9
commit 81b898a8f1
7 changed files with 1505 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
scraper:
image: bpi-stock-price-scraper
environment:
- GHOSTFOLIO_SECURITY_TOKEN=${GHOSTFOLIO_SECURITY_TOKEN} # here it is!
- GHOSTFOLIO_HOST=${GHOSTFOLIO_HOST} # here it is!
build:
context: .
dockerfile: Dockerfile