|
@@ -1,5 +1,5 @@
|
|
# Mark Shust's Docker Configuration for Magento (https://github.com/markoshust/docker-magento)
|
|
# Mark Shust's Docker Configuration for Magento (https://github.com/markoshust/docker-magento)
|
|
-# Version 13.0.1
|
|
|
|
|
|
+# Version 13.0.2
|
|
|
|
|
|
version: "3"
|
|
version: "3"
|
|
|
|
|
|
@@ -22,14 +22,15 @@ services:
|
|
- db
|
|
- db
|
|
volumes: *appvolumes
|
|
volumes: *appvolumes
|
|
|
|
|
|
- cron:
|
|
|
|
- image: markoshust/magento-php:5.6-fpm-3
|
|
|
|
- user: root
|
|
|
|
- command: /usr/local/bin/cronstart
|
|
|
|
- tty: true
|
|
|
|
- links:
|
|
|
|
- - db
|
|
|
|
- volumes: *appvolumes
|
|
|
|
|
|
+ # Disabling cron by default as it uses higher CPU, enable if needed
|
|
|
|
+ #cron:
|
|
|
|
+ # image: markoshust/magento-php:5.6-fpm-3
|
|
|
|
+ # user: root
|
|
|
|
+ # command: /usr/local/bin/cronstart
|
|
|
|
+ # tty: true
|
|
|
|
+ # links:
|
|
|
|
+ # - db
|
|
|
|
+ # volumes: *appvolumes
|
|
|
|
|
|
db:
|
|
db:
|
|
image: percona:5.7
|
|
image: percona:5.7
|