forked from argilla/docker
Decouple docker-compose and container credentials for wiki.
This commit is contained in:
parent
9328ce34fe
commit
435bc45667
|
@ -18,9 +18,8 @@ services:
|
|||
volumes:
|
||||
- /srv/wiki/db:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_DATABASE: golem_wiki
|
||||
MYSQL_USER: golem
|
||||
MYSQL_PASSWORD: Pl4uUBs0LofHNxwXJpTkEg
|
||||
MYSQL_DATABASE: ${WIKI_MYSQL_DATABASE}
|
||||
MYSQL_USER: ${WIKI_MYSQL_USER}
|
||||
MYSQL_PASSWORD: ${WIKI_MYSQL_PASSWORD}
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue