chore: connect local server to docker services

This commit is contained in:
hajimi
2026-08-01 15:27:24 +08:00
parent e75b949bab
commit 759ba34227
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -5,6 +5,11 @@ services:
image: registry.cn-guangzhou.aliyuncs.com/likeadmin/php:8.0.30.3-fpm
working_dir: /likeadmin_php/server
restart: unless-stopped
depends_on:
mysql:
condition: service_healthy
redis:
condition: service_healthy
volumes:
- ../server:/likeadmin_php/server
networks: