diff options
| author | dakkar <dakkar@thenautilus.net> | 2025-03-02 18:57:27 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2025-03-02 18:57:27 +0000 |
| commit | 0b5e197afb5f9c2519c22324706c3b27d5d3eea3 (patch) | |
| tree | c73d3940938e4fd8cc515377f9334c4a48679c7b /compose_example.yml | |
| parent | merge: pin corepack version (!885) (diff) | |
| parent | merge: Add/fix moderation logs for many endpoints (resolves #911 and #969) (!... (diff) | |
| download | sharkey-0b5e197afb5f9c2519c22324706c3b27d5d3eea3.tar.gz sharkey-0b5e197afb5f9c2519c22324706c3b27d5d3eea3.tar.bz2 sharkey-0b5e197afb5f9c2519c22324706c3b27d5d3eea3.zip | |
Merge branch 'develop' into release/2025.2.2
Diffstat (limited to 'compose_example.yml')
| -rw-r--r-- | compose_example.yml | 6 |
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 |