aandelen watcher
Build and Push Docker Images / build-and-push (push) Successful in 2m32s

This commit is contained in:
2026-04-20 14:30:57 +02:00
parent c4ca8402ca
commit 64ff6796ad
8 changed files with 449 additions and 0 deletions
@@ -0,0 +1,17 @@
services:
aandelen-watcher:
build: .
container_name: aandelen-watcher
env_file:
- .env
environment:
- TZ=Europe/Amsterdam
- LOG_FILE=/data/nieuws_log.txt
- WATCHLIST_FILE=/data/watchlist.json
volumes:
- aandelen_data:/data
- ./watchlist.json:/data/watchlist.json:ro
restart: unless-stopped
volumes:
aandelen_data: