added JSON logging and updated readme

This commit is contained in:
jokob.sk
2022-10-09 12:02:19 +11:00
parent 4e8401ab7e
commit aadd148cc6
5 changed files with 34 additions and 5 deletions

8
.env
View File

@@ -1,10 +1,16 @@
#GLOBAL
#GLOBAL PATH VARIABLES
APP_DATA_LOCATION=/path/to/docker_appdata
APP_CONFIG_LOCATION=/path/to/docker_config
LOGS_LOCATION=/path/to/docker_logs
#ENVIRONMENT VARIABLES
TZ=Europe/Paris
HOST_USER_ID=1000
HOST_USER_GID=1000
PORT=20211
#DEVELOPMENT VARIABLES
DEV_LOCATION=/path/to/local/source/code