mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
18 lines
231 B
YAML
18 lines
231 B
YAML
redash:
|
|
build: .
|
|
ports:
|
|
- "5000:5000"
|
|
- "9001:9001"
|
|
links:
|
|
- redis
|
|
- postgres
|
|
stdin_open: true
|
|
redis:
|
|
image: redis:3.0
|
|
ports:
|
|
- "6379:6379"
|
|
postgres:
|
|
image: postgres:9.4
|
|
ports:
|
|
- "5432:5432"
|