This commit is contained in:
Your Name
2026-09-01 11:26:47 +08:00
parent 5bd5eae62d
commit 398f9f3726
357 changed files with 733 additions and 343 deletions
+15
View File
@@ -38,6 +38,21 @@ services:
#user: "1000:1000"
qywx-promotion-welcome:
container_name: likeadmin-qywx-promotion-welcome
image: registry.cn-guangzhou.aliyuncs.com/likeadmin/php:8.0.30.3-fpm
restart: always
working_dir: /likeadmin_php/server
command: ["php", "think", "qywx:work-promotion-automation"]
depends_on:
- "mysql"
- "redis"
volumes:
- ../server:/likeadmin_php/server
networks:
- likeadmin
mysql:
container_name: likeadmin-mysql