summaryrefslogtreecommitdiff
path: root/compose_example.yml
diff options
context:
space:
mode:
authorJulia <julia@insertdomain.name>2025-03-02 19:54:32 +0000
committerJulia <julia@insertdomain.name>2025-03-02 19:54:32 +0000
commit9e13c375c5ef4103ad5ee87fea583b154e9e16f3 (patch)
treefe9e7b1a474e22fb0c37bd68cfd260f7ba39be74 /compose_example.yml
parentmerge: pin corepack version (!885) (diff)
parentbump version (diff)
downloadsharkey-9e13c375c5ef4103ad5ee87fea583b154e9e16f3.tar.gz
sharkey-9e13c375c5ef4103ad5ee87fea583b154e9e16f3.tar.bz2
sharkey-9e13c375c5ef4103ad5ee87fea583b154e9e16f3.zip
merge: 2025.2.2 (!927)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/927 Approved-by: Marie <github@yuugi.dev> Approved-by: Julia <julia@insertdomain.name>
Diffstat (limited to 'compose_example.yml')
-rw-r--r--compose_example.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/compose_example.yml b/compose_example.yml
index 0db8b04dc6..de13722edc 100644
--- a/compose_example.yml
+++ b/compose_example.yml
@@ -19,6 +19,8 @@ services:
- shonk
# env_file:
# - .config/docker.env
+ environment:
+ - NODE_OPTIONS="--max-old-space-size=8192"
volumes:
- ./files:/sharkey/files
- ./.config:/sharkey/.config:ro
@@ -37,7 +39,7 @@ services:
db:
restart: always
- image: postgres:15-alpine
+ image: groonga/pgroonga:4.0.1-alpine-17
networks:
- shonk
env_file:
@@ -82,7 +84,7 @@ services:
# meilisearch:
# restart: always
-# image: getmeili/meilisearch:v1.3.4
+# image: getmeili/meilisearch:v1.13.0
# environment:
# - MEILI_NO_ANALYTICS=true
# - MEILI_ENV=production