Add docker-compose env
This commit is contained in:
@@ -3,8 +3,14 @@ services:
|
|||||||
laravel:
|
laravel:
|
||||||
environment:
|
environment:
|
||||||
- APP_ENV=local
|
- APP_ENV=local
|
||||||
- DB_CONNECTION=sqlite
|
|
||||||
- 'APP_KEY=base64:L+3avOYCfuq8nnDpHs74+5Et3sx27TssucHQIyqfpDY='
|
- '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: .
|
build: .
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
Reference in New Issue
Block a user