Remove separate .env file mounts from php, queue-worker, and scheduler services to fix read-only filesystem mount conflict. The .env file is already included in the rsync deployment at /home/deploy/michaelschiemer/current/.env and is accessible through the main application code mount. Separate file mounts are redundant and cause Docker mount conflicts because they attempt to create mount points inside read-only parent directories. Error fixed: - error mounting '/var/www/html/.env': read-only file system Services fixed: - php: removed .env mount (line 154) - queue-worker: removed .env mount (line 254) - scheduler: removed .env mount (line 327)
12 KiB
12 KiB