mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 12:27:26 +01:00
18 lines
694 B
Plaintext
18 lines
694 B
Plaintext
|
########################################################################
|
||
|
# ADDITIONAL ENV VARIABLES FOR MYSQL AND PHPMYADMIN CONTAINERS
|
||
|
########################################################################
|
||
|
|
||
|
########################################################################
|
||
|
# MySQL
|
||
|
# The SQL port is not exposed outside the container
|
||
|
########################################################################
|
||
|
MYSQL_ROOT_PASSWORD=root
|
||
|
MYSQL_DATABASE=ClusterCockpit
|
||
|
MYSQL_USER=symfony
|
||
|
MYSQL_PASSWORD=symfony
|
||
|
|
||
|
########################################################################
|
||
|
# PHPMyAdmin
|
||
|
########################################################################
|
||
|
PHPMYADMIN_PORT=8081
|