knightcrawler-stremio / knightcrawler

A selfhosted Stremio addon
Apache License 2.0
223 stars 39 forks source link

Change postgres image to pgtuned and changed redis-stack to redis-stack-server #194

Closed eoghan2t9 closed 3 months ago

eoghan2t9 commented 3 months ago

Change postgres to esgn/pgtuned PostgreSQL/PostGIS image including automatic optimization using pgtune

Change redis-stack to redis-stack-server if RedisInsight isn't being used for deployment and makes the downloaded image slightly smaller.

iPromKnight commented 3 months ago

Sorry I don't like the look of that image

We aren't using any gis features, and the project itself is marked as alpha stability: https://github.com/esgn/pgtuned

eoghan2t9 commented 3 months ago

Sorry I don't like the look of that image

We aren't using any gis features, and the project itself is marked as alpha stability: https://github.com/esgn/pgtuned

Yeah just seen that myself so reverted the changes

eoghan2t9 commented 3 months ago

@iPromKnight added another commit with my own build of postgres with the tuned.sh script added and gis removed

eoghan2t9 commented 3 months ago

Latest commits have the following

Got rid of the stack.env file and hard coded everything in the docker-compose file.

Custom build of qBittorrent that has the qBittorrent.conf already added perfect for when deploying via portainer etc