Skip to content

Commit

Permalink
Add docker-compose.yml to FIWARE Release 5
Browse files Browse the repository at this point in the history
  • Loading branch information
aportosa committed Sep 5, 2016
1 parent 50d23da commit be36d98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/5.2-fiware-all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
spagobi:
image: spagobilabs/spagobi:fiware
links:
- spagobidb:db
environment:
- WAIT_MYSQL=true

spagobidb:
image: mysql:5.5
environment:
- MYSQL_USER=spagobiuser
- MYSQL_PASSWORD=spagobipassword
- MYSQL_DATABASE=spagobidb
- MYSQL_ROOT_PASSWORD=spagobirootpassword

0 comments on commit be36d98

Please sign in to comment.