Docker reorganisation (#6)
* - new file location for docker * update of docker containers * update readme
This commit is contained in:
14
.env.example
14
.env.example
@@ -1,10 +1,16 @@
|
||||
USER_UID=1000
|
||||
USER_NAME=laravel
|
||||
|
||||
APP_NAME=KamilCraftAPI
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
||||
DB_CONNECTION=sqlite
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=kamilcraft-api_db
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=kamilcraft-api
|
||||
DB_USERNAME=kamilcraft-api
|
||||
DB_PASSWORD=password
|
||||
|
||||
EXTERNAL_WEBSERVER_PORT=80
|
||||
CURRENT_UID=1000
|
||||
XDG_CONFIG_HOME=/tmp
|
||||
|
Reference in New Issue
Block a user