canvas-lms/docker-compose.yml

20 lines
338 B
YAML

# See doc/docker/README.md or https://github.com/instructure/canvas-lms/tree/master/doc/docker
version: '2'
services:
web: &WEB
build:
context: .
links:
- postgres
- redis
jobs:
<<: *WEB
command: bundle exec script/delayed_job run
postgres:
image: postgres:9.3
redis:
image: redis:2.6