23 lines
555 B
Plaintext
23 lines
555 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"
|
|
# db
|
|
DB_NAME=wwwgmo
|
|
DB_USER=wwwgmo
|
|
DB_PASSWORD=password
|
|
DB_HOST=wwwgmo-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=http://gmoadm.gmolab.net:8084
|
|
KIBANA_URL=http://gmoadm.gmolab.net:5601
|
|
# Elsaticsearch/kibana
|
|
ES_HOST=wwwgmo-elasticsearch:9200
|
|
ES_USER=elastic
|
|
ES_PASSWORD=pa55w0rd
|
|
ES_INDEX=wwwgmo_index
|
|
KIB_PORT=5601
|
|
|