mirror of
https://github.com/NohamR/AFP-RSS.git
synced 2026-07-11 22:40:11 +00:00
Add docker-compose and lint main.py
This commit is contained in:
18
README.md
18
README.md
@@ -20,7 +20,23 @@ uv run python main.py
|
||||
|
||||
## Running with Docker
|
||||
|
||||
You can use the pre-built image directly from Docker Hub:
|
||||
|
||||
```bash
|
||||
docker run -d -p 8080:8080 --name afp-rss nohamr/afp-rss:latest
|
||||
```
|
||||
|
||||
### Using Docker Compose
|
||||
|
||||
A `docker-compose.yml` file is provided for convenience:
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
### Building the Image Yourself
|
||||
|
||||
```bash
|
||||
docker build -t afp-rss .
|
||||
docker run -d -p 8080:8080 --name afp-rss afp-rss
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user