25 lines
590 B
Plaintext
25 lines
590 B
Plaintext
# site
|
|
SITE_TITLE="Stack GMo - PHP-FPM - MariaDB - Elasticsearch"
|
|
# must be the same that DOCKER_IMAGE_VERSION define in .env
|
|
#SITE_VERSION="3.25-arm64"
|
|
SITE_VERSION=${DOCKER_IMAGE_VERSION}
|
|
# db
|
|
DB_NAME=wwwgmo
|
|
DB_USER=wwwgmo
|
|
DB_PASSWORD=password
|
|
DB_HOST=mariadb
|
|
DB_PORT=3306
|
|
DB_TABLE=tbl_email
|
|
# PMA
|
|
# the port must be the same as PMA_PORT_WEB define in .env on root project path
|
|
PMA_URL=https://docker1.gmolab.net:8084
|
|
KIBANA_URL=https://docker1.gmolab.net:5601
|
|
# Elsaticsearch/kibana
|
|
ES_HOST=elasticsearch:9200
|
|
ES_USER=elastic
|
|
ES_PASSWORD=pa55w0rd
|
|
ES_INDEX=wwwgmo_index
|
|
KIB_PORT=5601
|
|
|
|
|