|
@@ -14,10 +14,10 @@ services:
|
|
|
- /mnt/shoplog:/var/www/html/data/log
|
|
|
container_name: "panda-merchant"
|
|
|
command: [docker-spwan-start]
|
|
|
- deploy:
|
|
|
- resources:
|
|
|
- limits:
|
|
|
- cpus: '8'
|
|
|
+# deploy:
|
|
|
+# resources:
|
|
|
+# limits:
|
|
|
+# cpus: '8'
|
|
|
|
|
|
websrv:
|
|
|
image: php-fpm:alpine
|
|
@@ -32,7 +32,7 @@ services:
|
|
|
- /mnt/shoplog:/var/www/html/data/log
|
|
|
container_name: "panda-web"
|
|
|
command: [php-fpm]
|
|
|
- deploy:
|
|
|
- resources:
|
|
|
- limits:
|
|
|
- cpus: '8'
|
|
|
+# deploy:
|
|
|
+# resources:
|
|
|
+# limits:
|
|
|
+# cpus: '8'
|