-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71b04ad
commit f0f9964
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|