Laravel 第一版 queue 問題修正 20250602

This commit is contained in:
allen.yan 2025-06-02 17:05:10 +08:00
parent e1bb27f66d
commit 70ab3b2b36

View File

@ -23,8 +23,6 @@ services:
container_name: ${APP_NAME}_app container_name: ${APP_NAME}_app
volumes: volumes:
- ./data/html:/var/www/html - ./data/html:/var/www/html
- ./data/logs:/var/www/logs
- ./docker/supervisord.conf:/etc/supervisor/conf.d/supervisord.conf
depends_on: depends_on:
- mariadb - mariadb
environment: environment:
@ -57,8 +55,11 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile.queue dockerfile: Dockerfile.queue
container_name: ${APP_NAME}_queue
volumes: volumes:
- ./data/html:/var/www/html - ./data/html:/var/www/html
- ./data/logs:/var/www/logs
- ./docker/supervisord.conf:/etc/supervisor/conf.d/supervisord.conf
depends_on: depends_on:
- nginx - nginx
networks: networks: