oops, 1.6.37 is not tagged yet use 36
[discourse_docker.git] / samples / data.yml
index cef5c78ed645d214bde0cb619f33d7f504b02e0d..9f626ce1b7ada3dd06555b8e49422a83c37fc170 100644 (file)
@@ -5,19 +5,20 @@
 templates:
   - "templates/postgres.template.yml"
   - "templates/redis.template.yml"
-  - "templates/sshd.template.yml"
 
-expose:
-  - "5432:5432"
-  - "6379:6379"
-  - "2221:22"
+# any extra arguments for Docker?
+# docker_args:
 
 params:
   db_default_text_search_config: "pg_catalog.english"
-  ## Set db_shared_buffers to 1/3 of the memory you wish to allocate to postgres
-  ## on 1GB install set to 128MB on a 4GB instance you may raise to 1GB
+
+  ## Set db_shared_buffers to a max of 25% of the total memory.
+  ## will be set automatically by bootstrap based on detected RAM, or you can override
   #db_shared_buffers: "256MB"
 
+  ## can improve sorting performance, but adds memory usage per-connection
+  #db_work_mem: "40MB"
+
 env:
   # ensure locale exists in container, you may need to install it
   LANG: en_US.UTF-8