20 lines
452 B
Plaintext
20 lines
452 B
Plaintext
# the laravel version to install (empty for latest)
|
|
LARAVEL_VERSION=
|
|
|
|
# weather to run "npm dev run" at boot
|
|
AUTO_START_NPM_DEV=true
|
|
|
|
# external ports
|
|
FORWARD_LARAVEL_PORT=80
|
|
FORWARD_VITE_PORT=5173
|
|
FORWARD_DB_PORT=3306
|
|
FORWARD_REDIS_PORT=6379
|
|
FORWARD_MAILPIT_PORT=1025
|
|
FORWARD_MAILPIT_DASHBOARD_PORT=8025
|
|
|
|
# DB settings (this will overwrite the defaults in the laravel project)
|
|
DB_PORT=3306
|
|
DB_DATABASE=laravel
|
|
DB_USERNAME=laravel
|
|
DB_PASSWORD=password
|