Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
version: '2.3'
services:
canvas:
image: $PATCHSET_TAG
links:
- postgres
- redis
environment:
RAILS_ENV: development
USE_OPTIMIZED_JS: "true"
ADDITIONAL_ALLOWED_HOSTS: localhost:8181
ports:
- "8181:80"
init: true
jobs:
command: bundle exec script/delayed_job run
postgres:
image: $POSTGRES_IMAGE_TAG
POSTGRES_PASSWORD: sekret
redis:
image: starlord.inscloudgate.net/jenkins/redis:alpine