Revert "Remove nginx-common package"
[discourse_docker.git] / samples / data.yml
index beb316d9acbe6a9d9f6781c929652750c041b86d..9f626ce1b7ada3dd06555b8e49422a83c37fc170 100644 (file)
@@ -5,12 +5,6 @@
 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:
@@ -19,15 +13,11 @@ params:
   db_default_text_search_config: "pg_catalog.english"
 
   ## Set db_shared_buffers to a max of 25% of the total memory.
-  ##
-  ## On 1GB installs set to 128MB (to leave room for other processes)
-  ## on a 4GB instance you may raise to 1GB
+  ## will be set automatically by bootstrap based on detected RAM, or you can override
   #db_shared_buffers: "256MB"
-  #
-  ## Set higher on large instances it defaults to 10MB, for a 3GB install 40MB is a good default
-  ## this improves sorting performance, but adds memory usage per-connection
+
+  ## 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