1
1
# # Mark Shust's Docker Configuration for Magento
2
2
# # (https://github.com/markshust/docker-magento)
3
3
# #
4
- # # Version 46.1.1
4
+ # # Version 47.0.0
5
5
6
6
# # To use SSH, see https://github.com/markshust/docker-magento#ssh
7
7
# # Linux users, see https://github.com/markshust/docker-magento#linux
10
10
# # 172.17.0.1 in this file with the result of:
11
11
# # docker network inspect bridge --format='{{(index .IPAM.Config 0).Gateway}}'
12
12
13
- version : " 3"
14
-
15
13
services :
16
14
app :
17
15
image : markoshust/magento-nginx:1.24-0
@@ -80,8 +78,10 @@ services:
80
78
# # More info at https://github.com/markshust/docker-magento/issues/488
81
79
- " cluster.routing.allocation.disk.threshold_enabled=false"
82
80
- " index.blocks.read_only_allow_delete"
83
- # # Uncomment the following line to increase the virtual memory map count
84
- # - "max_map_count=262144"
81
+ # # Uncomment to set custom heap size to avoid memory errors
82
+ # - "OPENSEARCH_JAVA_OPTS=-Xms1g -Xmx1g"
83
+ # # Uncomment to increase the virtual memory map count
84
+ # - "max_map_count=262144"
85
85
86
86
# # If you wish to use Elasticsearch, comment out opensearch image above and
87
87
# # uncomment this block. Do the same in the composer.healthcheck.yaml file.
@@ -100,8 +100,10 @@ services:
100
100
# ## More info at https://github.com/markshust/docker-magento/issues/488
101
101
# - "cluster.routing.allocation.disk.threshold_enabled=false"
102
102
# - "index.blocks.read_only_allow_delete"
103
- # ## Uncomment the following line to increase the virtual memory map count
104
- # - "max_map_count=262144"
103
+ # ## Uncomment to set custom heap size to avoid memory errors
104
+ # #- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
105
+ # ## Uncomment to increase the virtual memory map count
106
+ # #- "max_map_count=262144"
105
107
106
108
rabbitmq :
107
109
image : markoshust/magento-rabbitmq:3.12-0
@@ -116,14 +118,14 @@ services:
116
118
image : sj26/mailcatcher
117
119
ports :
118
120
- " 1080:1080"
119
-
121
+
120
122
# # Cloudflare tunnel support, uncomment to enable
121
123
# tunnel:
122
124
# container_name: cloudflared-tunnel
123
125
# image: cloudflare/cloudflared:latest
124
126
# command: tunnel run
125
127
# env_file: env/cloudflare.env
126
-
128
+
127
129
# # Blackfire support, uncomment to enable
128
130
# blackfire:
129
131
# image: blackfire/blackfire:2
0 commit comments