This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user