<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/docker-compose.yml, branch master</title>
<subtitle>Fork of Szurubooru with patches for running on a modern system sans Docker
</subtitle>
<id>https://git.jakob.space/szurubooru.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/szurubooru.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/'/>
<updated>2025-10-12T19:08:47Z</updated>
<entry>
<title>Get rid of Docker artifacts</title>
<updated>2025-10-12T19:08:47Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2025-10-12T19:08:47Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=838d80ce274e0634eddafc08bed6d5ba8e0403e1'/>
<id>urn:sha1:838d80ce274e0634eddafc08bed6d5ba8e0403e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into hunternif</title>
<updated>2025-02-15T18:12:57Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-15T18:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=6a5300502df8b4de9c8f269b444cd309f02b28ad'/>
<id>urn:sha1:6a5300502df8b4de9c8f269b444cd309f02b28ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: use docker compose instead of docker-compose</title>
<updated>2025-02-11T20:25:10Z</updated>
<author>
<name>neobooru</name>
<email>50623835+neobooru@users.noreply.github.com</email>
</author>
<published>2025-02-11T20:25:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=4fd848abf2998fcfc13d6a01cee4aaadf984aafb'/>
<id>urn:sha1:4fd848abf2998fcfc13d6a01cee4aaadf984aafb</id>
<content type='text'>
The minimum version requirements are rough guesses, in practice any decently modern docker installation should work.
</content>
</entry>
<entry>
<title>Make waitress thread count configurable.</title>
<updated>2022-02-14T22:33:23Z</updated>
<author>
<name>noirscape</name>
<email>neko@catgirlsin.space</email>
</author>
<published>2022-02-12T21:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=82541536afd95ebbbb72b1983caae77b67eb8b2d'/>
<id>urn:sha1:82541536afd95ebbbb72b1983caae77b67eb8b2d</id>
<content type='text'>
This should fix most scaling problems without needing to start
more server instances. By default, waitress maintains at most
4 threads. This works fine if the database is small (sub 100k posts)
but causes a large Task queue depth to occur if the database is larger.

Letting users increase the amount of threads means that one server instance
is able to handle more requests without locking up the rest of the site.

This adds a new environment variable to .env, THREADS, which can be used to
configure the amount of threads to start and is by default set to 4
(the default amount used by waitress).
</content>
</entry>
<entry>
<title>Set docker to build image locally</title>
<updated>2021-08-04T03:37:20Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2021-08-04T03:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=8c63b7502b5cab79ba2adc25821b952b44308e00'/>
<id>urn:sha1:8c63b7502b5cab79ba2adc25821b952b44308e00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: purge remaining elasticsearch artifacts</title>
<updated>2020-03-14T02:45:11Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-03-08T03:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=1a8de9ef3a87d1fa34265814e0987575e0846a99'/>
<id>urn:sha1:1a8de9ef3a87d1fa34265814e0987575e0846a99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docker: changed docker hub image location</title>
<updated>2019-11-27T00:13:10Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2019-11-27T00:13:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=0a5279c2c1ae72a06b822c3fc2fd521d9a36f7d8'/>
<id>urn:sha1:0a5279c2c1ae72a06b822c3fc2fd521d9a36f7d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docker: switch to DockerHub hosted builds in compose file</title>
<updated>2019-10-01T02:12:53Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2019-10-01T02:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=91f5a4245941ee460580f92bd73fe5e81b6bcfac'/>
<id>urn:sha1:91f5a4245941ee460580f92bd73fe5e81b6bcfac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server/image-hash: optionally allow for elasticsearch authentication</title>
<updated>2019-09-15T20:50:47Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2019-09-15T16:45:17Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=54eab0aa352b432dcb1c327183156a0187536650'/>
<id>urn:sha1:54eab0aa352b432dcb1c327183156a0187536650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: simplified how to use the base URL feature</title>
<updated>2019-08-14T11:57:56Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2019-08-14T11:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=9df090b4d96d12e68b2353403cc6cc358581bf20'/>
<id>urn:sha1:9df090b4d96d12e68b2353403cc6cc358581bf20</id>
<content type='text'>
</content>
</entry>
</feed>
