frankfurter/docker-compose.override.yml
2018-01-08 12:12:54 +00:00

16 lines
258 B
YAML

version: '3'
services:
web:
build:
context: ./app
environment:
RACK_ENV: development
VIRTUAL_HOST: localhost
ports:
- "8080:8080"
scheduler:
build:
context: ./app
environment:
RACK_ENV: development