mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
move shm_size setting to playbook
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
interval: 2s
|
||||
timeout: 2s
|
||||
retries: 10
|
||||
shm_size: 1G
|
||||
loop:
|
||||
- name: backend
|
||||
- name: web
|
||||
|
||||
@@ -21,7 +21,6 @@ services:
|
||||
image: ghcr.io/laion-ai/open-assistant/oasst-postgres
|
||||
pull_policy: always
|
||||
restart: always
|
||||
shm_size: 512mb
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user