Fix MYSQL_USER and unhid .env files

This commit is contained in:
Leopere 2018-12-20 03:48:23 -05:00
parent 3518092aa4
commit 470b9013df
No known key found for this signature in database
GPG key ID: 64476C903E477CCB
4 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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

View file

@ -19,7 +19,7 @@ services:
environment:
RUN_MODE: chainquery
env_file:
- .env
- env
expose:
- 9245
- 9246