set the mysql root password
All checks were successful
Docker Build / Build and Push Images (push) Successful in 14s

This commit is contained in:
Seaswimmer 2024-08-01 14:31:46 -04:00
parent a705aa9ebe
commit cdb919c97a
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
ELASTIC_PASSWORD=changeme
KIBANA_PASSWORD=changeme
# tr -dc A-Za-z0-9 </dev/urandom | head -c 128; echo
MYSQL_PASSWORD=changeme
MYSQL_ROOT_PASSWORD=changeme
STACK_VERSION=8.14.3
CLUSTER_NAME=changeme
MEM_LIMIT=6000m

View file

@ -23,7 +23,7 @@ services:
MYSQL_DATABASE: zenith
MYSQL_USER: zenithwikiuser
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
networks:
- zenithwiki
volumes: