Add docker-compose env
This commit is contained in:
@@ -3,8 +3,14 @@ services:
|
||||
laravel:
|
||||
environment:
|
||||
- APP_ENV=local
|
||||
- DB_CONNECTION=sqlite
|
||||
- 'APP_KEY=base64:L+3avOYCfuq8nnDpHs74+5Et3sx27TssucHQIyqfpDY='
|
||||
- DB_CONNECTION=pgsql
|
||||
- DB_HOST=postgres-db
|
||||
- DB_PORT=5432
|
||||
- DB_DATABASE=web
|
||||
- DB_USERNAME=web
|
||||
- DB_PASSWORD=example
|
||||
- APP_URL=https://bibelfreaks.de
|
||||
build: .
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
Reference in New Issue
Block a user