Commit ab48c612 authored by Rack Lin's avatar Rack Lin
Browse files

Demo


Signed-off-by: default avatarRack Lin <racklin@gmail.com>
parent 5172702f
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
......@@ -3,6 +3,9 @@ version: '3'
services:
alpine:
image: alpine:3.7
db:
image: mysql:5.6
volumes:
......@@ -24,6 +27,11 @@ services:
image: redis:4.0
ports:
- "6379:6379"
bi:
image: metabase/metabase:latest
ports:
- "3000:3000"
volumes:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment