Docker reorganisation (#6)

* - new file location for docker

* update of docker containers

* update readme
This commit is contained in:
2023-03-07 23:45:45 +01:00
committed by GitHub
parent 36a355f604
commit 7e242d5aa2
10 changed files with 140 additions and 92 deletions

View File

@@ -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