mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
update README.md, template docker-compose.yaml and the documentation
This commit is contained in:
@@ -4,71 +4,10 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- QBITTORRENT_PASSWORD=
|
||||
- QBITTORRENT_HOST=
|
||||
- QBITTORRENT_USERNAME=
|
||||
- QBITTORRENT_PORT=
|
||||
|
||||
- CORS_URLS=["http://localhost:3000","https://mm.example.com"]
|
||||
|
||||
- DB_HOST=db
|
||||
#- DB_NAME=
|
||||
#- DB_PORT=
|
||||
#- DB_PASSWORD=
|
||||
#- DB_DBNAME=
|
||||
|
||||
#- PROWLARR_ENABLED=
|
||||
#- PROWLARR_URL=http://prowlarr:9696
|
||||
#- PROWLARR_API_KEY=
|
||||
|
||||
#- JACKETT_ENABLED=
|
||||
#- JACKETT_URL=http://jackett:9117
|
||||
#- JACKETT_API_KEY=
|
||||
|
||||
# example indexers, you can also just use ["all"] to use all indexers configured in Jackett
|
||||
#- JACKETT_INDEXERS=["1337x","Rarbg"]
|
||||
|
||||
# generate a random string with "openssl rand -hex 32"
|
||||
- AUTH_TOKEN_SECRET=
|
||||
|
||||
# this should be you email address
|
||||
- AUTH_ADMIN_EMAIL=["admin1@example.com","admin2@example.com"]
|
||||
|
||||
# if you forget your password you can request a link and get it via email, you must have the email settings configured for this to work obviously
|
||||
#- AUTH_EMAIL_PASSWORD_RESETS=TRUE
|
||||
|
||||
# this is the URL of your frontend, e.g. https://mediamanager.example.com
|
||||
- FRONTEND_URL=
|
||||
|
||||
#- EMAIL_SMTP_HOST=
|
||||
#- EMAIL_SMTP_PORT=
|
||||
#- EMAIL_SMTP_USER=
|
||||
#- EMAIL_SMTP_PASSWORD=
|
||||
#- EMAIL_FROM_EMAIL=
|
||||
#- EMAIL_USE_TLS=TRUE
|
||||
|
||||
#- NOTIFICATION_EMAIL=notify@example.com
|
||||
|
||||
#- NOTIFICATION_GOTIFY_API_KEY=
|
||||
#- NOTIFICATION_GOTIFY_URL=https://gotify.example.com
|
||||
|
||||
#- NOTIFICATION_PUSHOVER_API_KEY=
|
||||
#- NOTIFICATION_PUSHOVER_USER=
|
||||
|
||||
#- NOTIFICATION_NTFY_URL=https://ntfy.sh/your-topic
|
||||
|
||||
#- OPENID_ENABLED=FALSE
|
||||
#- OPENID_CLIENT_ID=
|
||||
#- OPENID_CLIENT_SECRET=
|
||||
#- OPENID_CONFIGURATION_ENDPOINT=
|
||||
#- OPENID_NAME=
|
||||
|
||||
#- AUTH_SESSION_LIFETIME=
|
||||
#- API_BASE_PATH=/api/v1
|
||||
#- DEVELOPMENT=
|
||||
|
||||
- CONFIG_FILE=/data/config.toml
|
||||
volumes:
|
||||
- ./data/:/data/
|
||||
- ./config.toml:/data/config.toml
|
||||
frontend:
|
||||
image: ghcr.io/maxdorninger/mediamanager/frontend:latest
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user