|
@@ -36,4 +36,13 @@ services:
|
|
|
- /mnt/shoplog:/var/www/html/data/log
|
|
|
- ../conf/php/vender-init:/usr/local/bin/vender-init
|
|
|
container_name: "panda-vender"
|
|
|
- command: ['vender-init']
|
|
|
+ command: ['vender-init']
|
|
|
+
|
|
|
+ pythoncli:
|
|
|
+ image: pycpu:3.7.10
|
|
|
+ volumes:
|
|
|
+ - ../conf/etc/localtime:/etc/localtime:ro
|
|
|
+ - ../../../../:/var/www/html
|
|
|
+ - /mnt/shoplog:/var/www/html/data/log
|
|
|
+ - /mnt/stdata:/var/www/html/data/stdata
|
|
|
+ container_name: "panda-python"
|