Fix MYSQL_USER and unhid .env files
This commit is contained in:
parent
3518092aa4
commit
470b9013df
4 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
aliases:
|
||||
- mysql
|
||||
env_file:
|
||||
- .env
|
||||
- env
|
||||
expose:
|
||||
- 3306
|
||||
## TODO: I want to find a way that is acceptable to everyone to lock this up
|
||||
|
@ -42,8 +42,8 @@ services:
|
|||
lbry-network:
|
||||
ipv4_address: 10.6.1.3
|
||||
env_file:
|
||||
- .env
|
||||
- ../lbrycrd/.env
|
||||
- env
|
||||
- ../lbrycrd/env
|
||||
labels:
|
||||
- "traefik.expose=false"
|
||||
expose:
|
||||
|
|
|
@ -10,7 +10,7 @@ DEBUGMODE=false
|
|||
## Mysql Creds ##
|
||||
#################
|
||||
MYSQL_SERVER=10.5.1.10
|
||||
MYSQL_USER=root
|
||||
MYSQL_USER=chainquery
|
||||
MYSQL_PASSWORD=changeme
|
||||
MYSQL_DATABASE=chainquery
|
||||
MYSQL_ROOT_PASSWORD=changeme
|
|
@ -19,7 +19,7 @@ services:
|
|||
environment:
|
||||
RUN_MODE: chainquery
|
||||
env_file:
|
||||
- .env
|
||||
- env
|
||||
expose:
|
||||
- 9245
|
||||
- 9246
|
||||
|
|
Loading…
Reference in a new issue