DEV: add base_image specifications to data templates (#964)

Add base_image to other potentially standalone templates in addition to the web template
This commit is contained in:
Jeff Wong 2025-05-13 13:52:33 -07:00 committed by GitHub
parent aa547bc082
commit 280b40613d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
base_image: discourse/base:2.0.20250226-0128
params:
db_synchronous_commit: "off"
db_shared_buffers: "256MB"

View File

@ -1,3 +1,4 @@
base_image: discourse/base:2.0.20250226-0128
params:
redis_io_threads: "1"