mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Readme update
This commit is contained in:
parent
ca916e4455
commit
12aa5d84ab
@ -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: .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user