mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-26 06:36:09 +02:00
Fix bugs in multi-stage docker. Replace sqldump
This commit is contained in:
9
.env
9
.env
@@ -1,9 +1,10 @@
|
||||
DATADIR=./data
|
||||
|
||||
########################################################################
|
||||
# APP
|
||||
########################################################################
|
||||
APP_CLUSTERCOCKPIT_INIT=true
|
||||
APP_ENVIRONMENT=prod #either prod or dev
|
||||
APP_CLUSTERCOCKPIT_INIT=false
|
||||
APP_ENVIRONMENT=prod
|
||||
|
||||
########################################################################
|
||||
# MySQL
|
||||
@@ -16,7 +17,7 @@ MYSQL_PASSWORD=symfony
|
||||
########################################################################
|
||||
# INFLUXDB
|
||||
########################################################################
|
||||
INFLUXDB_PORT=8087
|
||||
INFLUXDB_PORT=8086
|
||||
INFLUXDB_PASSWORD=2RPJpkrduLgkpfQCpcBe1jYv
|
||||
INFLUXDB_ADMIN_TOKEN=egLfcf7fx0FESqFYU3RpAAbj
|
||||
|
||||
@@ -36,4 +37,4 @@ PHPMYADMIN_PORT=8080
|
||||
# NGINX
|
||||
########################################################################
|
||||
NGINX_PORT=80
|
||||
NGINX_SYMFONY_SERVER_NAME=fangorn.fritz.box
|
||||
NGINX_SYMFONY_SERVER_NAME=localhost
|
||||
|
Reference in New Issue
Block a user