Initial commit
This commit is contained in:
32
docker-compose.yml
Normal file
32
docker-compose.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
services:
|
||||
lycostorrent:
|
||||
build: .
|
||||
container_name: lycostorrent
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5099:5097
|
||||
volumes:
|
||||
- /DATA/appdata/lycostorrent/config:/app/config
|
||||
- /DATA/appdata/lycostorrent/logs:/app/logs
|
||||
environment:
|
||||
# Jackett (optionnel si Prowlarr configuré)
|
||||
- JACKETT_URL=http://192.168.1.235:9117
|
||||
- JACKETT_API_KEY=arcjccqmi11twplskatbfiqmodvo4rts
|
||||
# Prowlarr (optionnel si Jackett configuré)
|
||||
- PROWLARR_URL=http://192.168.1.235:9696
|
||||
- PROWLARR_API_KEY=3549f5418f8c4a158458ae48deb8c376
|
||||
- TMDB_API_KEY=2c83d2d4e409057a83e185a128348c67
|
||||
- LASTFM_API_KEY=e73f026a448b8fc18bb15bb67cf38d0d
|
||||
- FLARESOLVERR_URL=http://192.168.1.235:8191
|
||||
- FLASK_ENV=production
|
||||
- LOG_LEVEL=INFO
|
||||
# Login
|
||||
- AUTH_USERNAME=admin
|
||||
- AUTH_PASSWORD=admin
|
||||
- RATE_LIMIT_MAX_REQUESTS=90 # Max requêtes/minute
|
||||
- SESSION_COOKIE_SECURE=false # true si HTTPS
|
||||
networks:
|
||||
- lycostorrent-network
|
||||
networks:
|
||||
lycostorrent-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user