Mounting local config files
Closed this issue · 2 comments
d00vy commented
I was a bit confused by the Docker Compose instructions, since none of the adjustments I made to config.yaml
or feeds.txt
after cloning the repo made any difference. Mounting the files into the container worked for me and may be worth suggesting.
name: uglyfeed
services:
uglyfeed:
ports:
- 8001:8001
- 8501:8501
volumes:
- ./config.yaml:/app/config.yaml
- ./feeds.txt:/app/input/feeds.txt
container_name: uglyfeed
networks:
- uglyfeed
image: fabriziosalmi/uglyfeed:latest
networks:
uglyfeed:
external: true
name: uglyfeed
fabriziosalmi commented
Hello and thank you for poiting me out to that.. maybe introducing the github action maybe me messed with some conf prioritization (main.py) i will check this weekend of course!!
Adding working apporach to the documentation now :)
fabriziosalmi commented
I updated the docker-compose.yml and the docs accordingly to the working approach :) Thank You 💯