Skip to content

Commit

Permalink
Merge branch 'MetabaseContainer' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiegoss committed Nov 14, 2017
2 parents fec0112 + 053e9ef commit cd49515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
MB_DB_HOST: postgres
depends_on:
- postgres
- dkr

dkr:
image: docker
Expand All @@ -54,7 +55,6 @@ services:
volumes:
- ".:/dkr"
- "/var/run/docker.sock:/var/run/docker.sock"
command: docker exec 20172querocultura_metabase_1 bash -c "sleep 60"
command: docker exec 20172querocultura_postgres_1 bash -c "sleep 15 && psql metabase quero_cultura -f /postgres_metabase/metabase.sql"

depends_on:
Expand Down

0 comments on commit cd49515

Please sign in to comment.