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:
parent
aa547bc082
commit
280b40613d
|
@ -1,3 +1,4 @@
|
|||
base_image: discourse/base:2.0.20250226-0128
|
||||
params:
|
||||
db_synchronous_commit: "off"
|
||||
db_shared_buffers: "256MB"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
base_image: discourse/base:2.0.20250226-0128
|
||||
params:
|
||||
redis_io_threads: "1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue