ncarlier / readflow

readflow is a news-reading (or read-it-later) solution focused on versatility and simplicity.
https://about.readflow.app
GNU Affero General Public License v3.0
404 stars 33 forks source link

Any working docker-compose? #57

Closed p6002 closed 1 year ago

p6002 commented 1 year ago

I am looking for docker-compose file without taefik. Ports 80 and 443 are also busy.

I tried to remove the links from taefik but it doesn't work without it.

https://pastebin.com/Lq4WnScR

ncarlier commented 1 year ago

If it's just a port problem you can configure the traefik listening port by setting the PORT variable (https://github.com/ncarlier/readflow/blob/master/docker-compose.yml#L17). If you want to completely remove traefik, you have to expose API and APP ports and build the UI according to this configuration (export REACT_APP_API_ROOT=http://localhost:<API_PORT>).

p6002 commented 1 year ago

Thanks for the answer, unfortunately installing it is too complicated for me.