mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-22 12:51:42 +02:00
Remove ccbackend autobuild, remove ccms/influx splitting, add mariadb
This commit is contained in:
16
templates/env.mariadb
Normal file
16
templates/env.mariadb
Normal file
@@ -0,0 +1,16 @@
|
||||
########################################################################
|
||||
# ADDITIONAL ENV VARIABLES FOR MARIABD AND PHPMYADMIN CONTAINERS
|
||||
########################################################################
|
||||
|
||||
########################################################################
|
||||
# MARIADB
|
||||
########################################################################
|
||||
MARIADB_ROOT_PASSWORD=root
|
||||
MARIADB_DATABASE=ClusterCockpit
|
||||
MARIADB_USER=clustercockpit
|
||||
MARIADB_PASSWORD=clustercockpit
|
||||
|
||||
########################################################################
|
||||
# PHPMyAdmin
|
||||
########################################################################
|
||||
PHPMYADMIN_PORT=8081
|
Reference in New Issue
Block a user