add bind mount .env production

This commit is contained in:
2025-07-14 18:36:49 +07:00
parent e2a49530b7
commit cab0d2e9a8

View File

@@ -10,6 +10,7 @@ services:
- ./storage:/var/www/html/storage - ./storage:/var/www/html/storage
- ./bootstrap/cache:/var/www/html/bootstrap/cache - ./bootstrap/cache:/var/www/html/bootstrap/cache
- ./docker/php.ini:/usr/local/etc/php/conf.d/local.ini - ./docker/php.ini:/usr/local/etc/php/conf.d/local.ini
- ./.env:/var/www/html/.env
- ckb_storage_logs:/var/www/html/storage/logs - ckb_storage_logs:/var/www/html/storage/logs
- ckb_storage_cache:/var/www/html/storage/framework - ckb_storage_cache:/var/www/html/storage/framework
environment: environment: