Skip to content

Commit 280b406

Browse files
DEV: add base_image specifications to data templates (#964)
Add base_image to other potentially standalone templates in addition to the web template
1 parent aa547bc commit 280b406

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/postgres.template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_image: discourse/base:2.0.20250226-0128
12
params:
23
db_synchronous_commit: "off"
34
db_shared_buffers: "256MB"

templates/redis.template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_image: discourse/base:2.0.20250226-0128
12
params:
23
redis_io_threads: "1"
34

0 commit comments

Comments
 (0)