Skip to content

Commit

Permalink
add some extra instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 14, 2024
1 parent 71b04ad commit f0f9964
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,19 +238,20 @@ Note that there's no open user registration functionality exposed to the front e

Get the image from github packages:

TODO
docker pull ghcr.io/facundoolano/feedi:latest

Create a volume for persisting the db data:

TODO
docker volume create feedidb

Run in development mode:
Load the default feeds into the default admin user:

TODO
docker run -v feedidb:/app/instance ghcr.io/facundoolano/feedi flask --app feedi/app.py feed load feeds.csv [email protected]
docker run -v feedidb:/app/instance ghcr.io/facundoolano/feedi flask --app feedi/app.py feed sync

Load some default feeds:
Run in development mode:

TODO
docker run -p 9988:9988 -v feedidb:/app/instance ghcr.io/facundoolano/feedi

Run in production mode with authentication enabled:

Expand Down

0 comments on commit f0f9964

Please sign in to comment.