Readme update

This commit is contained in:
fatihalp 2023-07-23 21:55:23 +03:00
parent ca916e4455
commit 12aa5d84ab

View File

@ -22,25 +22,12 @@ services:
target: /root/.config/psysh
volume:
nocopy: true
environment:
- APP_DEBUG=${APP_DEBUG:-true}
- APP_ENV=${APP_ENV:-local}
- APP_URL=${APP_URL:-http://localhost}
- LOG_CHANNEL=${LOG_CHANNEL:-stderr}
- LOG_STDERR_FORMATTER=${LOG_STDERR_FORMATTER:-Monolog\Formatter\JsonFormatter}
- DB_CONNECTION=${DB_CONNECTION:-mysql}
- DB_HOST=${DB_HOST:-db}
- DB_PORT=${DB_PORT:-3306}
- DB_DATABASE=${DB_DATABASE:-laravel}
- DB_USERNAME=${DB_USERNAME:-phper}
- DB_PASSWORD=${DB_PASSWORD:-secret}
depends_on:
database:
condition: service_healthy
extra_hosts:
- "host.docker.internal:host-gateway"
nginx:
build:
context: .