FeedCord
A simple, lightweight & customizable RSS News Feed for your Discord Server.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.9"
services:
myfeedcord:
image: qolors/feedcord:latest # for amd64 architecture
# image: qolors/feedcord:latest-arm64 # For arm64 architecture (Uncomment this line and comment the above if using arm64)
container_name: FeedCord
restart: unless-stopped
volumes:
- ./appsettings.json:/app/config/appsettings.jsonResources
GitHub: https://github.com/Qolors/FeedCord
Docker Hub: https://hub.docker.com/r/qolors/feedcord
Configuration: https://github.com/Qolors/FeedCord#setting-up-docker-composeyaml