Skip to content

Commit

Permalink
fixing docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmota committed May 12, 2019
1 parent 835a3ba commit 66aeede
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ services:


harena-manager:
# image: datasci4health/harena-manager
build: ./
image: datasci4health/harena-manager:v1
ports:
- "10020:10020"
environment:
Expand All @@ -16,7 +15,7 @@ services:
- APP_NAME=harena-manager
- APP_URL=http://0.0.0.0:10020
- CACHE_VIEWS=false
- APP_KEY=Xw8Ctuhsasew77qDx4GSnUlyTY3a6x
- APP_KEY=sHuh8734nANKdmasdk31345Kasd
- DB_CONNECTION=mysql
- DB_HOST=harena-manager-database
- DB_PORT=3306
Expand All @@ -30,6 +29,7 @@ services:
networks:
- harena-manager


harena-manager-database:
image: mysql:5.7
ports:
Expand All @@ -39,8 +39,8 @@ services:
environment: # will be replaced to .env vars, as in ${DB_PASSWORD}
- MYSQL_DATABASE=harena-manager
- MYSQL_USER=jacinto
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_PASSWORD=jacinto
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_ROOT_PASSWORD=root
restart: always
networks:
Expand Down

0 comments on commit 66aeede

Please sign in to comment.