Skip to content

Commit

Permalink
Merge pull request #20 from datasci4health/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
matheusmota authored May 12, 2019
2 parents ca3ae5a + 0fc1ea6 commit 8d811eb
Show file tree
Hide file tree
Showing 3 changed files with 7,211 additions and 5 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
2 changes: 1 addition & 1 deletion src/adonisjs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Node modules
node_modules
package-lock.json
artifacts

# Adonis directory for storing tmp files
tmp

Expand Down
Loading

0 comments on commit 8d811eb

Please sign in to comment.