Skip to content

Commit

Permalink
Update docker-compose.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reskyner authored Jun 16, 2020
1 parent 7d9a12e commit 6dbc450
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ services:
- ../data/input:/fragalysis
- ../data/media:/code/media
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: django_db
MYSQL_PASSWORD: django_password
MYSQL_USER: django
POSTGRESQL_DATABASE: frag
POSTGRESQL_USER: postgres
POSTGRESQL_PASSWORD: fragalysis
POSTGRESQL_HOST: database
POSTGRESQL_PORT: 5432
DATA_ORIGIN: EXAMPLE
depends_on:
- database

0 comments on commit 6dbc450

Please sign in to comment.